changeset 1477:9097a5eb144c

Accidentally committed some debug messages with that last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 21 Dec 2011 13:21:39 +0000
parents d76a36c9cff1
children 7216f4301364
files gtk3/dw.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtk3/dw.c	Wed Dec 21 13:04:21 2011 +0000
+++ b/gtk3/dw.c	Wed Dec 21 13:21:39 2011 +0000
@@ -8777,7 +8777,6 @@
                }
                width = frame.width;
                height = frame.height;
-               dw_debug("Frame %dx%d\n", width, height);
             }
          }
          else
@@ -8805,7 +8804,6 @@
                /* Ask what GTK is planning on suggesting for the window size */
                gtk_window_get_size(GTK_WINDOW(handle), !width ? &width : NULL, !height ? &height : NULL);
             }
-            dw_debug("Estimate %dx%d + %dx%d\n", width, height, cx, cy);
             /* Add the frame size to it */
             width += cx;
             height += cy;