diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-02-27 15:37:10 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-02-27 15:37:10 +0100 |
commit | d69efe7cda0b72841fc4db96e17ae46b01abdb9c (patch) | |
tree | 53bf5b8930f9a29c056ff7f16db9dea6f1e5d53c | |
parent | ce8100278b3bc7e1b2d884e58273baf896a1c750 (diff) | |
download | weechat-d69efe7cda0b72841fc4db96e17ae46b01abdb9c.zip |
Remove old debug message when creating new window
-rw-r--r-- | src/gui/gui-window.c | 5 |
1 files changed, 0 insertions, 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)); |