comparison Discovery/Inc/tHome.h @ 289:8466c994f3e6 div-fixes-6

cleanup: remove unused code While searching for simulator vs. real dive switching I found these 2 unused functions. Trivial cleanup. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Mon, 29 Apr 2019 19:45:25 +0200
parents b2a9e9b02df0
children b111fc4250e9
comparison
equal deleted inserted replaced
288:ba229a012ac7 289:8466c994f3e6
113 113
114 void tHome_init(void); 114 void tHome_init(void);
115 void tHome_refresh(void); 115 void tHome_refresh(void);
116 void tHome_sleepmode_fun(void); 116 void tHome_sleepmode_fun(void);
117 void set_globalState_tHome(void); 117 void set_globalState_tHome(void);
118 void switch_to_SimData_tHome(void);
119 void switch_to_RealData_tHome(void);
120 void tHome_change_field_button_pressed(void); 118 void tHome_change_field_button_pressed(void);
121 void tHome_change_customview_button_pressed(void); 119 void tHome_change_customview_button_pressed(void);
122 120
123 void tHome_findNextStop(const uint16_t *list, uint8_t *depthOut, uint16_t *lengthOut); 121 void tHome_findNextStop(const uint16_t *list, uint8_t *depthOut, uint16_t *lengthOut);
124 void tHomeDiveMenuControl(uint8_t sendAction); 122 void tHomeDiveMenuControl(uint8_t sendAction);