From d69efe7cda0b72841fc4db96e17ae46b01abdb9c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 27 Feb 2009 15:37:10 +0100 Subject: Remove old debug message when creating new window --- src/gui/gui-window.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/gui-window.c b/src/gui/gui-window.c index 31d68325b..e0e6acc65 100644 --- a/src/gui/gui-window.c +++ b/src/gui/gui-window.c @@ -148,11 +148,6 @@ gui_window_new (struct t_gui_window *parent_window, struct t_gui_buffer *buffer, struct t_gui_window_tree *ptr_tree, *child1, *child2, *ptr_leaf; struct t_gui_bar *ptr_bar; -#ifdef DEBUG - log_printf ("Creating new window (x:%d, y:%d, width:%d, height:%d)", - x, y, width, height); -#endif - if (parent_window) { child1 = malloc (sizeof (*child1)); -- cgit v1.2.3