empathy r2007 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Dec 16 09:32:19 2008
New Revision: 2007
URL: http://svn.gnome.org/viewvc/empathy?rev=2007&view=rev

Log:
Remove finalize, it is not used.

Modified:
   trunk/libempathy-gtk/empathy-theme-irc.c

Modified: trunk/libempathy-gtk/empathy-theme-irc.c
==============================================================================
--- trunk/libempathy-gtk/empathy-theme-irc.c	(original)
+++ trunk/libempathy-gtk/empathy-theme-irc.c	Tue Dec 16 09:32:19 2008
@@ -104,12 +104,6 @@
 }
 
 static void
-theme_irc_finalize (GObject *object)
-{
-	(G_OBJECT_CLASS (empathy_theme_irc_parent_class)->finalize) (object);
-}
-
-static void
 empathy_theme_irc_class_init (EmpathyThemeIrcClass *class)
 {
 	GObjectClass             *object_class;
@@ -118,7 +112,6 @@
 	object_class = G_OBJECT_CLASS (class);
 	chat_text_view_class = EMPATHY_CHAT_TEXT_VIEW_CLASS (class);
 
-	object_class->finalize = theme_irc_finalize;
 	chat_text_view_class->append_message = theme_irc_append_message;
 
 	g_type_class_add_private (object_class, sizeof (EmpathyThemeIrcPriv));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]