diff --git a/src/VideoWindow.cpp b/src/VideoWindow.cpp index 7713f6813..69e66862c 100644 --- a/src/VideoWindow.cpp +++ b/src/VideoWindow.cpp @@ -49,8 +49,6 @@ VideoWindow::VideoWindow(MainWindow *parent, const QDir &home) : //vlc_exceptions(&exceptions); /* Create a new item */ - // XXX need to add controls - not everyone is going to want to play a video from - // my desktop!!! m = NULL; //vlc_exceptions(&exceptions); @@ -75,10 +73,6 @@ VideoWindow::VideoWindow(MainWindow *parent, const QDir &home) : libvlc_media_player_set_hwnd (mp, container->winId()); #endif -#if 0 // XXX what abut mac!!! - libvlc_media_player_set_nsobject (mp, view); -#endif - connect(main, SIGNAL(stop()), this, SLOT(stopPlayback())); connect(main, SIGNAL(start()), this, SLOT(startPlayback())); connect(main, SIGNAL(pause()), this, SLOT(pausePlayback()));