X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.c;h=d1aa5f864d29a5a6afbe757825e0e0811045d79a;hb=0c88710e2ccac34ffb971a3531584d0cbd3d739a;hp=d40a0a7e1e4bcc5050b293704c429d05f86d4a43;hpb=36def77907889ae0bf382376925df0a6c0058c90;p=vlc diff --git a/src/libvlc.c b/src/libvlc.c index d40a0a7e1e..d1aa5f864d 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -904,8 +904,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, * Always load the hotkeys interface if it exists */ libvlc_InternalAddIntf( p_libvlc, "hotkeys,none" ); - if( module_exists( "globalhotkeys" ) ) - libvlc_InternalAddIntf( p_libvlc, "globalhotkeys,none" ); #ifdef HAVE_DBUS /* loads dbus control interface if in one-instance mode