summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/gui-window.c5
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));