From 6fe6185b1953e3d24a94b58f2bc679e429e32ae7 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Fri, 17 Jan 2020 18:53:18 -0800 Subject: [PATCH] Remove unused extern --- setup.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cpp b/setup.cpp index 10bace7..fefd615 100644 --- a/setup.cpp +++ b/setup.cpp @@ -22,9 +22,6 @@ void setupExit(){ menuOn = 0; } - //this is used by the si5351 routines in the ubitx_5351 file -extern uint32_t si5351bx_vcoa; - static const unsigned int COLOR_TEXT = DISPLAY_WHITE; static const unsigned int COLOR_BACKGROUND = DISPLAY_BLACK; static const unsigned int COLOR_TITLE_BACKGROUND = DISPLAY_NAVY;