From 999a239e676c6b24e6700a2915094cbff0770d53 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 24 Jul 2018 16:47:14 -0400 Subject: [PATCH] Remove reference to FT8Free --- Modes.cpp | 1 - Modes.hpp | 1 - 2 files changed, 2 deletions(-) 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)