diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -771,6 +771,7 @@ typedef struct { typedef struct { int connections; + int mode; } RemoteStruct; @@ -786,7 +787,6 @@ typedef struct { TimeStruct Timers; MenuStatusStruct MenuStatus; RemoteStruct Remote; - int control_mode; // FIXME and all instances of control_mode } GlobalStruct; |