winvlc: remove libvlc_add_intf for globalhotkeys

It will be added automatically with the default interface autorun.
This commit is contained in:
Steve Lhomme 2024-01-31 08:58:21 +01:00 committed by Jean-Baptiste Kempf
parent 7befacddeb
commit 82f3c43340
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
libvlc_set_app_id (vlc, "org.VideoLAN.VLC", PACKAGE_VERSION,
PACKAGE_NAME);
libvlc_set_user_agent (vlc, "VLC media player", "VLC/"PACKAGE_VERSION);
libvlc_add_intf (vlc, "globalhotkeys,none");
libvlc_add_intf (vlc, NULL);
libvlc_playlist_play (vlc);