diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -88,7 +88,6 @@ #define NetworkNotFound 74 #define ThisShouldntHappen 75 #define Startup_Not_Finished 76 -#define Cal_In_Progress 77 #define YES 1 #define NO 0 @@ -757,7 +756,6 @@ typedef struct { int shutdown_started; int flash_write_in_progress; int startup_complete; - int cal_in_progress; } SysFlagStruct; |