comparison Discovery/Src/tHome.c @ 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 74a8296a2318
children b111fc4250e9
comparison
equal deleted inserted replaced
288:ba229a012ac7 289:8466c994f3e6
69 else 69 else
70 set_globalState(StS); 70 set_globalState(StS);
71 } 71 }
72 72
73 73
74 void switch_to_SimData_tHome(void)
75 {
76 set_stateUsedToSim();
77 }
78
79
80 void switch_to_RealData_tHome(void)
81 {
82 set_stateUsedToReal();
83 }
84
85
86 void tHome_init(void) 74 void tHome_init(void)
87 { 75 {
88 t7_init(); // standard + surface 76 t7_init(); // standard + surface
89 t3_init(); // big font 77 t3_init(); // big font
90 t4_init(); // game 78 t4_init(); // game