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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index a2637589b9..0155c91ae2 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -55,7 +55,6 @@ void mplFullScreen( void )
fullscreen=appMPlayer.subWindow.isFullScreen;
if ( guiIntfStruct.Playing ) wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );
else wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.subR,appMPlayer.subG,appMPlayer.subB );
-// mplResize( 0,0,appMPlayer.subWindow.Width,appMPlayer.subWindow.Height );
}
extern int mplSubRender;
@@ -121,10 +120,6 @@ void mplState( void )
}
}
-void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
-{
-}
-
void mplMPlayerInit( int argc,char* argv[], char *envp[] )
{
guiIntfStruct.Balance=50.0f;