diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:22:46 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:22:46 -0500 |
commit | 2f2aa1e39d806c2e3ffa1ecf6cd8d8f49cb25326 (patch) | |
tree | ab1b4bd775b31aabd4edc59836b5c61cad9f1cd7 /globals.h | |
parent | 107629c5e9f97dd04443bb341ed1edf4c3e813c8 (diff) |
cal_in_progress too fancy, just rely on mutex to delay commands
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; |