Skip to content

Commit d0549a3

Browse files
committed
refactor(zq): remove pointless time code
1 parent 2cf6ae4 commit d0549a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/zq/zquest.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28179,12 +28179,6 @@ int32_t main(int32_t argc,char **argv)
2817928179
#endif
2818028180
}
2818128181
#endif
28182-
28183-
//check and log RTC date and time
28184-
for (int32_t q = 0; q < curTimeLAST; q++)
28185-
{
28186-
int32_t t_time_v = FFCore.getTime(q);
28187-
}
2818828182

2818928183
position_mouse(zq_screen_w/2,zq_screen_h/2);
2819028184

0 commit comments

Comments
 (0)