summaryrefslogtreecommitdiff
path: root/apps/appevents.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/appevents.h')
-rw-r--r--apps/appevents.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/appevents.h b/apps/appevents.h
index 5cb0ee57b2..36e19b0df7 100644
--- a/apps/appevents.h
+++ b/apps/appevents.h
@@ -61,9 +61,6 @@ enum {
61 GUI_EVENT_STATUSBAR_TOGGLE = (EVENT_CLASS_GUI|1), 61 GUI_EVENT_STATUSBAR_TOGGLE = (EVENT_CLASS_GUI|1),
62 GUI_EVENT_ACTIONUPDATE, 62 GUI_EVENT_ACTIONUPDATE,
63 GUI_EVENT_THEME_CHANGED, 63 GUI_EVENT_THEME_CHANGED,
64 /* Called when the UI viewport is cleared in the skin engine to
65 * notify the current screen that it needs to do an update */
66 GUI_EVENT_NEED_UI_UPDATE,
67}; 64};
68 65
69/** Recording events **/ 66/** Recording events **/