Hi,

This patch removes the debugging printfs.

Tom

2006-05-25  Thomas Fitzsimmons  <[EMAIL PROTECTED]>

        (flush): Remove debugging printfs.
Index: native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c
===================================================================
RCS file: /sources/classpath/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c,v
retrieving revision 1.40
diff -u -r1.40 gnu_java_awt_peer_gtk_GdkGraphics2D.c
--- native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c	25 May 2006 21:13:01 -0000	1.40
+++ native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c	25 May 2006 21:19:33 -0000
@@ -71,9 +71,6 @@
 {
   gdk_threads_enter ();
 
-  cp_gtk_print_current_thread ();
-  g_print ("flush\n");
-
   XFlush (GDK_DISPLAY ());
   flush_scheduled = 0;
 

Reply via email to