summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-28 01:02:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-28 01:02:09 +0000
commit4998934dcba802627c798b981ef271ec6cd29880 (patch)
tree9cf826c8da7beb1a62521f2e8b655622891f1cfd
parent9e5e63f0a147d0089e27c6b6af2bde70db77430c (diff)
downloadgdk-pixbuf-4998934dcba802627c798b981ef271ec6cd29880.tar.gz
Removed some g_print()'s
Wed Jan 27 20:06:06 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtklayout.c (gtk_layout_adjustment_changed): Removed some g_print()'s
-rw-r--r--gtk/gtklayout.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c
index 5aeace76b..78f14c631 100644
--- a/gtk/gtklayout.c
+++ b/gtk/gtklayout.c
@@ -1048,7 +1048,6 @@ gtk_layout_adjustment_changed (GtkAdjustment *adjustment,
*/
gdk_flush();
- g_print ("==== %d =====\n", XPending(GDK_DISPLAY()));
while (XCheckIfEvent(GDK_WINDOW_XDISPLAY (layout->bin_window),
&xevent,
gtk_layout_expose_predicate,
@@ -1057,8 +1056,6 @@ gtk_layout_adjustment_changed (GtkAdjustment *adjustment,
GdkEvent event;
GtkWidget *event_widget;
- g_print ("#");
-
if ((xevent.xany.window == GDK_WINDOW_XWINDOW (layout->bin_window)) &&
(gtk_layout_filter (&xevent, &event, layout) == GDK_FILTER_REMOVE))
continue;