Remove reference to FT8Free

This commit is contained in:
Jordan Sherer 2018-07-24 16:47:14 -04:00
parent f091cb28ef
commit 999a239e67
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ namespace
"QRA64",
"FreqCal",
"FT8",
"FT8Free"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}

View File

@ -50,7 +50,6 @@ public:
QRA64,
FreqCal,
FT8,
FT8Free,
MODES_END_SENTINAL_AND_COUNT // this must be last
};
Q_ENUM (Mode)