Commit 5a9401cd authored by Cedric Roux's avatar Cedric Roux

remove useless warning

parent 2c4bc731
...@@ -28,10 +28,6 @@ printf("ADD_CHILD toplevel_window\n"); ...@@ -28,10 +28,6 @@ printf("ADD_CHILD toplevel_window\n");
WARN("toplevel window already has a child\n"); WARN("toplevel window already has a child\n");
return; 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 */ widget_add_child_internal(_gui, _this, child, 0); /* this does the REPACK */
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment