removed a leftover g_print() call

-timj
This commit is contained in:
Tim Janik 1998-03-25 03:33:15 +00:00
parent cb98231c7d
commit b47085512c

View File

@ -415,7 +415,6 @@ gtk_handle_box_size_request (GtkWidget *widget,
requisition->height += CHILDLESS_SIZE; requisition->height += CHILDLESS_SIZE;
} }
} }
g_print ("size_request: width=%d height=%d\n", requisition->width, requisition->height);
} }
static void static void