Remove unused extern

This commit is contained in:
Reed Nightingale 2020-01-17 18:53:18 -08:00
parent 7b2057eabb
commit 6fe6185b19

View File

@ -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;