diff options
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r-- | apps/gui/gwps.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index a414ca3986..6a4849c347 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h | |||
@@ -295,10 +295,7 @@ enum wps_token_type { | |||
295 | WPS_VIEWPORT_ENABLE, | 295 | WPS_VIEWPORT_ENABLE, |
296 | 296 | ||
297 | /* buttons */ | 297 | /* buttons */ |
298 | WPS_TOKEN_BUTTON_VOLUME, | 298 | WPS_TOKEN_BUTTON_VOLUME |
299 | |||
300 | WPS_TOKEN_VIEWMODE | ||
301 | |||
302 | }; | 299 | }; |
303 | 300 | ||
304 | struct wps_token { | 301 | struct wps_token { |
@@ -432,8 +429,6 @@ struct wps_data | |||
432 | 429 | ||
433 | /* tick the volume button was last pressed */ | 430 | /* tick the volume button was last pressed */ |
434 | unsigned int button_time_volume; | 431 | unsigned int button_time_volume; |
435 | /* the current mode (used with %mo tag), -1 means modes not being used */ | ||
436 | char current_mode; | ||
437 | }; | 432 | }; |
438 | 433 | ||
439 | /* initial setup of wps_data */ | 434 | /* initial setup of wps_data */ |