summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.override
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2007-01-31 13:36:23 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-01-31 13:36:23 +0000
commita26b9468389452522e7ba4d2a75ea0dac5e2d80c (patch)
treeb6290e7e611e705725d4c55035410d526f5f7f5b /gtk/gtkcontainer.override
parent77f99ac0c0717ee20b701d5c20fea0f00ed4bc40 (diff)
downloadpygtk-a26b9468389452522e7ba4d2a75ea0dac5e2d80c.tar.gz
Undeprecate gtk_container_class_list_child_properties
svn path=/trunk/; revision=2808
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))