summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-31 15:33:34 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-31 15:33:34 +0900
commit7e38b699a5b52e99f43cb3d2a6c44b6e14bfb616 (patch)
tree8526cda2ff706855aade8cf58aff974b3cd5f2b2
parent506f3624398dcc2826ff386c23001a1c662ac1fc (diff)
downloadglade-7e38b699a5b52e99f43cb3d2a6c44b6e14bfb616.tar.gz
Removed some debug print form backend.
-rw-r--r--plugins/gtk+/glade-gtk.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/gtk+/glade-gtk.c b/plugins/gtk+/glade-gtk.c
index 153ba45f..30c6a43c 100644
--- a/plugins/gtk+/glade-gtk.c
+++ b/plugins/gtk+/glade-gtk.c
@@ -11452,10 +11452,6 @@ glade_gtk_cell_layout_read_child (GladeWidgetAdaptor *adaptor,
glade_xml_search_child
(node, GLADE_XML_TAG_WIDGET(glade_project_get_format(widget->project)))) != NULL)
{
-
- if (internal_name)
- g_warning ("Cell layout reading internal %s\n", internal_name);
-
/* Combo box is a special brand of cell-layout, it can also have the internal entry */
if ((child_widget = glade_widget_read (widget->project,
widget, widget_node,