changeset 4439:682af066d7bf

removed obsoleted Terminate_Display_Process
author alex
date Thu, 31 Jan 2002 11:45:25 +0000
parents e01ee848935f
children 0824e6605974
files libvo/vo_dga.c libvo/vo_fsdga.c
diffstat 2 files changed, 3 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dga.c	Thu Jan 31 11:26:29 2002 +0000
+++ b/libvo/vo_dga.c	Thu Jan 31 11:45:25 2002 +0000
@@ -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 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; }
 
--- a/libvo/vo_fsdga.c	Thu Jan 31 11:26:29 2002 +0000
+++ b/libvo/vo_fsdga.c	Thu Jan 31 11:45:25 2002 +0000
@@ -270,11 +270,6 @@
   return 0;
 };
 
-static void Terminate_Display_Process( void ){
-
-  printf("vo_dga: Terminating display process\n");
-}
-
 static const vo_info_t* get_info( void )
 { return &vo_info; }
 
@@ -295,9 +290,7 @@
 static void
 uninit(void)
 {
-
   vo_dga_is_running = 0;
-  printf("vo_dga: in uninit\n");
   XUngrabPointer (vo_dga_dpy, CurrentTime);
   XUngrabKeyboard (vo_dga_dpy, CurrentTime);
   XF86DGADirectVideo (vo_dga_dpy, XDefaultScreen(vo_dga_dpy), 0);