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