changeset 36165:9514b53f6f04

Remove debug printfs that have not been used in ages.
author reimar
date Thu, 09 May 2013 14:06:16 +0000
parents 17c68386c303
children a6263abe514f
files libvo/x11_common.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Thu May 09 14:06:15 2013 +0000
+++ b/libvo/x11_common.c	Thu May 09 14:06:16 2013 +0000
@@ -854,7 +854,6 @@
                 continue;
         }
 #endif
-//       printf("\rEvent.type=%X  \n",Event.type);
         switch (Event.type)
         {
             case Expose:
@@ -953,8 +952,6 @@
                     if (!name)
                         break;
 
-//          fprintf(stderr,"[ws] PropertyNotify ( 0x%x ) %s ( 0x%x )\n",vo_window,name,Event.xproperty.atom );
-
                     XFree(name);
                 }
                 break;