summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 5f28ce6..96cab87 100644
--- a/globals.h
+++ b/globals.h
@@ -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;