summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 673ed5cf8d..402ca81021 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -207,15 +207,6 @@ void ChangeSkin( char * name )
btnModify( evFullScreen,!appMPlayer.subWindow.isFullScreen );
}
-void mplResizeToMovieSize( unsigned int width,unsigned int height )
-{
- if ( !appMPlayer.subWindow.isFullScreen )
- {
- wsResizeWindow( &appMPlayer.subWindow,width,height );
- wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y );
- }
-}
-
void mplSetFileName( char * fname )
{
if ( !fname ) return;