summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 12:54:57 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 12:54:57 +0000
commit0ee089a78934c01b2a84a6282ef7063e03bceca2 (patch)
tree6ddf3ca837f50891ed3c0780b6b8561c7e6a3297 /Gui/mplayer/play.c
parentd2a4ecd87009f2c301382847a9c7785467af6938 (diff)
downloadmpv-0ee089a78934c01b2a84a6282ef7063e03bceca2.tar.bz2
mpv-0ee089a78934c01b2a84a6282ef7063e03bceca2.tar.xz
upsz ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6220 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index bdeefd5a98..0feb3d0a4d 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -138,12 +138,6 @@ void mplState( void )
}
}
-void mplMPlayerInit( void )
-{
- guiIntfStruct.Balance=50.0f;
- guiIntfStruct.StreamType=-1;
-}
-
float mplGetPosition( void )
{ // return 0.0 ... 100.0
return guiIntfStruct.Position;