From f9131e4db8dfd9d65890b920663d6533cdc86fa0 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 21 Oct 2001 21:59:22 +0000 Subject: [PATCH] Removed obsoleted code Organization: Straylight/Edgeware From: espen --- glib/callback.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/glib/callback.c b/glib/callback.c index 30d8493..ac8f45a 100644 --- a/glib/callback.c +++ b/glib/callback.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: callback.c,v 1.4 2001-05-11 16:12:27 espen Exp $ */ +/* $Id: callback.c,v 1.5 2001-10-21 21:59:22 espen Exp $ */ #include @@ -85,13 +85,6 @@ destroy_notify_address () #endif -GParamSpec** -g_object_class_properties (GObjectClass *class, guint *n_properties) -{ - *n_properties = class->n_property_specs; - return class->property_specs; -} - #include GEnumValue* g_enum_class_values (GEnumClass *class, guint *n_values) -- [mdw]