diff --git a/hardware/_controller/_controller.ino b/hardware/_controller/_controller.ino index 9737343..be49952 100644 --- a/hardware/_controller/_controller.ino +++ b/hardware/_controller/_controller.ino @@ -93,8 +93,6 @@ void sdCardInfo(); // Save some element references for direct access // gslc_tsElemRef* m_pElemBatteryLevel= NULL; -gslc_tsElemRef* m_pElemBtSDNo = NULL; -gslc_tsElemRef* m_pElemBtSDYes = NULL; gslc_tsElemRef* m_pElemRd1152 = NULL; gslc_tsElemRef* m_pElemRd96 = NULL; gslc_tsElemRef* m_pElemRdUART0 = NULL; @@ -126,18 +124,6 @@ bool CbBtnCommon(void* pvGui,void *pvElemRef,gslc_teTouch eTouch,int16_t nX,int1 // From the element's ID we can determine which button was pressed. switch (pElem->nId) { //