aboutsummaryrefslogtreecommitdiff
path: root/queen/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/state.h')
-rw-r--r--queen/state.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/state.h b/queen/state.h
index 9408a17aa3..86f72368bd 100644
--- a/queen/state.h
+++ b/queen/state.h
@@ -34,7 +34,6 @@ enum StateTalk {
STATE_TALK_MUTE
};
-
enum StateGrab {
STATE_GRAB_NONE,
STATE_GRAB_DOWN,
@@ -42,13 +41,11 @@ enum StateGrab {
STATE_GRAB_MID
};
-
enum StateOn {
STATE_ON_ON,
STATE_ON_OFF
};
-
enum StateUse {
STATE_USE,
STATE_USE_ON