From 4cd310350fc1bf8206c5ba0bbf59b1e22385876d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 12 Jul 2000 01:16:42 +0000 Subject: Removed some debugging printfs. 2000-07-11 Christopher James Lahey * e-canvas-vbox.c: Removed some debugging printfs. * e-canvas.c (e_canvas_unrealize): Call parent unrealize method. svn path=/trunk/; revision=4102 --- widgets/misc/e-canvas-vbox.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'widgets/misc/e-canvas-vbox.c') diff --git a/widgets/misc/e-canvas-vbox.c b/widgets/misc/e-canvas-vbox.c index f42fca4a30..2d389a83e6 100644 --- a/widgets/misc/e-canvas-vbox.c +++ b/widgets/misc/e-canvas-vbox.c @@ -299,8 +299,6 @@ e_canvas_vbox_reflow( GnomeCanvasItem *item, int flags ) "height", &item_height, NULL); - g_print ("%f\n", running_height); - e_canvas_item_move_absolute(GNOME_CANVAS_ITEM(list->data), (double) 0, (double) running_height); -- cgit