summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.override
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcontainer.override')
-rw-r--r--gtk/gtkcontainer.override3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcontainer.override b/gtk/gtkcontainer.override
index b91f419e..fdba6370 100644
--- a/gtk/gtkcontainer.override
+++ b/gtk/gtkcontainer.override
@@ -569,9 +569,6 @@ _wrap_gtk_container_class_list_child_properties (PyObject *self, PyObject *args,
guint nprops;
guint i;
- if (PyErr_Warn(PyExc_DeprecationWarning, "use the gtk.Container.list_child_properties classmethod"))
- return NULL;
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs,
"O:gtk.container_class_list_child_properties", kwlist,
&py_itype))