From 5a9401cd46256c377cca9912c7cbcd951d03367d Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Mon, 11 Apr 2016 17:38:11 +0200 Subject: [PATCH] remove useless warning --- common/utils/T/tracer/gui/toplevel_window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/utils/T/tracer/gui/toplevel_window.c b/common/utils/T/tracer/gui/toplevel_window.c index b1dd251f6b..6231329077 100644 --- a/common/utils/T/tracer/gui/toplevel_window.c +++ b/common/utils/T/tracer/gui/toplevel_window.c @@ -28,10 +28,6 @@ printf("ADD_CHILD toplevel_window\n"); WARN("toplevel window already has a child\n"); return; } - if (position) - WARN("toplevel window doesn't care about 'position' " - "(you passed %d, you should always pass 0)\n", - position); widget_add_child_internal(_gui, _this, child, 0); /* this does the REPACK */ } -- GitLab