summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-03-19 11:29:14 +0000
committerphintuka <phintuka>2012-03-19 11:29:14 +0000
commita888c2ebca7902a8172f7d4000ad80d3546559f9 (patch)
tree8e575c7c482cb61769681c21df26de004b8bd3ad /menu.h
parenteb5074c5b58ca3dd278f9ab43e7259df39506ac5 (diff)
downloadxineliboutput-a888c2ebca7902a8172f7d4000ad80d3546559f9.tar.gz
xineliboutput-a888c2ebca7902a8172f7d4000ad80d3546559f9.tar.bz2
Removed static members from main menu
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/menu.h b/menu.h
index e7386330..e251eeb1 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h,v 1.10 2012-03-19 11:21:33 phintuka Exp $
+ * $Id: menu.h,v 1.11 2012-03-19 11:29:14 phintuka Exp $
*
*/
@@ -27,8 +27,7 @@ class cMenuXinelib : public cMenuSetupPage
// Hotkeys
enum { hkInit, hkSeen, hkNone } hotkey_state;
- static time_t g_LastHotkeyTime;
- static eKeys g_LastHotkey;
+
virtual eOSState ProcessHotkey(eKeys Key);
cOsdItem *audio_ctrl_compress;