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() ...@@ -1102,18 +1102,6 @@ FullscreenControllerWidget::~FullscreenControllerWidget()
vlc_mutex_destroy( &lock ); vlc_mutex_destroy( &lock );
} }
void FullscreenControllerWidget::stop()
{
#ifdef WIN32
if( p_vout )
var_SetBool( p_vout, "fullscreen", false );
#endif
THEMIM->stop();
}
/** /**
* Show fullscreen controller * Show fullscreen controller
*/ */
......
...@@ -201,7 +201,7 @@ protected: ...@@ -201,7 +201,7 @@ protected:
bool b_telexEnabled; bool b_telexEnabled;
protected slots: protected slots:
void play(); void play();
virtual void stop(); void stop();
void prev(); void prev();
void next(); void next();
void updateVolume( int ); void updateVolume( int );
...@@ -273,7 +273,6 @@ private slots: ...@@ -273,7 +273,6 @@ private slots:
void hideFSC(); void hideFSC();
void slowHideFSC(); void slowHideFSC();
virtual void stop();
private: 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