From 0b65559e97694c0d09db2fa3bdbe933ea8a81207 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Mon, 4 May 2020 22:26:09 -0700 Subject: [PATCH] Revert the previous commit --- menu_quicklist_buttons.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/menu_quicklist_buttons.cpp b/menu_quicklist_buttons.cpp index 8fcec1f..5b4fdfa 100644 --- a/menu_quicklist_buttons.cpp +++ b/menu_quicklist_buttons.cpp @@ -7,7 +7,6 @@ #include "nano_gui.h" #include "scratch_space.h" #include "settings.h" -#include "tuner.h" #include "utils.h" static const unsigned int LAYOUT_BUTTON_X = 180; @@ -70,7 +69,6 @@ void osQuickListRecall(uint8_t index) { SetActiveVfoFreq(globalSettings.quickList[index].frequency); SetActiveVfoMode(globalSettings.quickList[index].mode); - setFrequency(GetActiveVfoFreq()); } void osQuickListSave(uint8_t index)