]> git.sesse.net Git - vlc/blobdiff - include/main.h
Remove hotkeys "accounting" stuff.
[vlc] / include / main.h
index b940749ea78778599d5011ed4fddbbd3ad8b8abf..c798a60898197738a9de224299f48b9492b1f3b4 100644 (file)
@@ -79,11 +79,6 @@ struct libvlc_int_t
         const char *psz_action;
         int i_action;
         int i_key;
-
-        /* hotkey accounting information */
-        mtime_t i_delta_date;/*< minimum delta time between two key presses */
-        mtime_t i_last_date; /*< last date key was pressed */
-        int     i_times;     /*< n times pressed within delta date*/
     } *p_hotkeys;
 };