# HG changeset patch # User reimar # Date 1368108376 0 # Node ID 9514b53f6f04b274e19f046dbc04015d9de6177b # Parent 17c68386c3039e01f37d6c7d7b6acead66de5e72 Remove debug printfs that have not been used in ages. diff -r 17c68386c303 -r 9514b53f6f04 libvo/x11_common.c --- 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;