summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-31 11:45:25 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-31 11:45:25 +0000
commit3807f396a5e78939771efceb5d2ef3ff34b0e4ba (patch)
tree7b0117bbe7b70d848a270306349abd2611b7d48d /libvo/vo_dga.c
parent4a370186c3c6e9eab8232272715c29e03fa752f4 (diff)
downloadmpv-3807f396a5e78939771efceb5d2ef3ff34b0e4ba.tar.bz2
mpv-3807f396a5e78939771efceb5d2ef3ff34b0e4ba.tar.xz
removed obsoleted Terminate_Display_Process
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4440 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 6c522e2db5..b094b983c4 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -23,6 +23,9 @@
* - works only on x86 architectures
*
* $Log$
+ * Revision 1.39 2002/01/31 11:45:25 alex
+ * removed obsoleted Terminate_Display_Process
+ *
* Revision 1.38 2002/01/31 09:52:45 nick
* new info for tuning
*
@@ -583,13 +586,6 @@ static uint32_t draw_slice( uint8_t *src[],int stride[],
//---------------------------------------------------------
-
-static void Terminate_Display_Process( void ){
- vd_printf(VD_DBG, "vo_dga: Terminating display process\n");
-}
-
-//---------------------------------------------------------
-
static const vo_info_t* get_info( void )
{ return &vo_info; }