Commit 7f7e8bb8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Qt4: go around another Win32 Vout bug."

This reverts commit a0383d98.
parent 29e96eae
......@@ -1102,18 +1102,6 @@ FullscreenControllerWidget::~FullscreenControllerWidget()
vlc_mutex_destroy( &lock );
}
void FullscreenControllerWidget::stop()
{
#ifdef WIN32
if( p_vout )
var_SetBool( p_vout, "fullscreen", false );
#endif
THEMIM->stop();
}
/**
* Show fullscreen controller
*/
......
......@@ -201,7 +201,7 @@ protected:
bool b_telexEnabled;
protected slots:
void play();
virtual void stop();
void stop();
void prev();
void next();
void updateVolume( int );
......@@ -273,7 +273,6 @@ private slots:
void hideFSC();
void slowHideFSC();
virtual void stop();
private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment