diff --git a/Modes.cpp b/Modes.cpp index ce7bdd0..2e2928d 100644 --- a/Modes.cpp +++ b/Modes.cpp @@ -24,7 +24,6 @@ namespace "QRA64", "FreqCal", "FT8", - "FT8Free" }; std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]); } diff --git a/Modes.hpp b/Modes.hpp index 592ca06..8504cda 100644 --- a/Modes.hpp +++ b/Modes.hpp @@ -50,7 +50,6 @@ public: QRA64, FreqCal, FT8, - FT8Free, MODES_END_SENTINAL_AND_COUNT // this must be last }; Q_ENUM (Mode)