]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
add_integer: remove callback parameter
[vlc] / modules / control / hotkeys.c
index 8191f0c870af5f157b7ff543225162336b5828b5..664d39cb5579c0e5a96ebaf266fb03826c2fff80 100644 (file)
@@ -104,7 +104,7 @@ vlc_module_begin ()
     set_category( CAT_INTERFACE )
     set_subcategory( SUBCAT_INTERFACE_HOTKEYS )
 
-    add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME, NULL,
+    add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME,
                  N_("MouseWheel x-axis Control"),
                  N_("MouseWheel x-axis can control volume, position or "
                     "mousewheel event can be ignored"), false )