diff options
Diffstat (limited to 'apps/appevents.h')
| -rw-r--r-- | apps/appevents.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/appevents.h b/apps/appevents.h index 5cb0ee5..36e19b0 100644 --- a/apps/appevents.h +++ b/apps/appevents.h @@ -61,9 +61,6 @@ enum { GUI_EVENT_STATUSBAR_TOGGLE = (EVENT_CLASS_GUI|1), GUI_EVENT_ACTIONUPDATE, GUI_EVENT_THEME_CHANGED, - /* Called when the UI viewport is cleared in the skin engine to - * notify the current screen that it needs to do an update */ - GUI_EVENT_NEED_UI_UPDATE, }; /** Recording events **/ |