Skip to content

Commit

Permalink
not required commnets deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Dec 2, 2024
1 parent ca33049 commit c8b0017
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions MobiFlight/MobiFlightModuleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace MobiFlight
public class MobiFlightModuleInfo : IModuleInfo
{
String _version = null;
// String _coreversion = null;
public String Type { get; set; }
public String Serial { get; set; }
public String Port { get; set; }
Expand All @@ -18,14 +17,7 @@ public String Version
get { return _version; }
set { _version = value; }
}
/*
public String CoreVersion
{
get { return _coreversion; }
set { _coreversion = value;
}
}
*/

public bool HasMfFirmware()
{
return !String.IsNullOrEmpty(Version);
Expand Down

0 comments on commit c8b0017

Please sign in to comment.