Преглед на файлове

Remove redundant extern variable lcd_encoder from menu.cpp

This extern variable is included from lcd.h
Guðni Már Gilbert преди 2 години
родител
ревизия
400f673fe0
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Firmware/menu.cpp

+ 0 - 2
Firmware/menu.cpp

@@ -14,8 +14,6 @@
 #include "static_assert.h"
 #include "sound.h"
 
-extern int32_t lcd_encoder;
-
 #define MENU_DEPTH_MAX       7
 
 static menu_record_t menu_stack[MENU_DEPTH_MAX];