changeset 10512:e488c51b5a3a

10l
author alex
date Sun, 03 Aug 2003 17:26:25 +0000
parents dc98cee9a50f
children b3f144efb724
files libvo/vo_xover.c libvo/vo_xvidix.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xover.c	Sun Aug 03 17:06:18 2003 +0000
+++ b/libvo/vo_xover.c	Sun Aug 03 17:26:25 2003 +0000
@@ -349,8 +349,6 @@
   panscan_calc();
 
   saver_off(mDisplay); /* turning off screen saver */
-    
-  vo_config_count++;
 
   return(0);
 }
--- a/libvo/vo_xvidix.c	Sun Aug 03 17:06:18 2003 +0000
+++ b/libvo/vo_xvidix.c	Sun Aug 03 17:26:25 2003 +0000
@@ -359,8 +359,6 @@
     panscan_calc();
 
     saver_off(mDisplay); /* turning off screen saver */
-    
-    vo_config_count++;
 
     return(0);
 }