empathy r578 - trunk/libempathy-gtk



Author: xclaesse
Date: Sat Jan 19 00:24:36 2008
New Revision: 578
URL: http://svn.gnome.org/viewvc/empathy?rev=578&view=rev

Log:
Remove useless function declarations


Modified:
   trunk/libempathy-gtk/empathy-account-widget-generic.c
   trunk/libempathy-gtk/empathy-account-widget-jabber.c
   trunk/libempathy-gtk/empathy-account-widget-msn.c
   trunk/libempathy-gtk/empathy-account-widget-salut.c

Modified: trunk/libempathy-gtk/empathy-account-widget-generic.c
==============================================================================
--- trunk/libempathy-gtk/empathy-account-widget-generic.c	(original)
+++ trunk/libempathy-gtk/empathy-account-widget-generic.c	Sat Jan 19 00:24:36 2008
@@ -48,19 +48,6 @@
 	guint          n_rows;
 } EmpathyAccountWidgetGeneric;
 
-static gboolean account_widget_generic_entry_focus_cb         (GtkWidget                  *widget,
-							       GdkEventFocus              *event,
-							       EmpathyAccountWidgetGeneric *settings);
-static void     account_widget_generic_int_changed_cb         (GtkWidget                  *widget,
-							       EmpathyAccountWidgetGeneric *settings);
-static void     account_widget_generic_checkbutton_toggled_cb (GtkWidget                  *widget,
-							       EmpathyAccountWidgetGeneric *settings);
-static gchar *  account_widget_generic_format_param_name      (const gchar                *param_name);
-static void     account_widget_generic_setup_foreach          (McProtocolParam            *param,
-							       EmpathyAccountWidgetGeneric *settings);
-static void     account_widget_generic_destroy_cb             (GtkWidget                  *widget,
-							       EmpathyAccountWidgetGeneric *settings);
-
 static gboolean 
 account_widget_generic_entry_focus_cb (GtkWidget                  *widget,
 				       GdkEventFocus              *event,

Modified: trunk/libempathy-gtk/empathy-account-widget-jabber.c
==============================================================================
--- trunk/libempathy-gtk/empathy-account-widget-jabber.c	(original)
+++ trunk/libempathy-gtk/empathy-account-widget-jabber.c	Sat Jan 19 00:24:36 2008
@@ -58,21 +58,6 @@
 	GtkWidget *checkbutton_encryption;
 } EmpathyAccountWidgetJabber;
 
-static gboolean account_widget_jabber_entry_focus_cb           (GtkWidget                 *widget,
-								GdkEventFocus             *event,
-								EmpathyAccountWidgetJabber *settings);
-static void     account_widget_jabber_entry_changed_cb         (GtkWidget                 *widget,
-								EmpathyAccountWidgetJabber *settings);
-static void     account_widget_jabber_checkbutton_toggled_cb   (GtkWidget                 *widget,
-								EmpathyAccountWidgetJabber *settings);
-static void     account_widget_jabber_value_changed_cb         (GtkWidget                 *spinbutton,
-								EmpathyAccountWidgetJabber *settings);
-static void     account_widget_jabber_button_forget_clicked_cb (GtkWidget                 *button,
-								EmpathyAccountWidgetJabber *settings);
-static void     account_widget_jabber_destroy_cb               (GtkWidget                 *widget,
-								EmpathyAccountWidgetJabber *settings);
-static void     account_widget_jabber_setup                    (EmpathyAccountWidgetJabber *settings);
-
 static gboolean
 account_widget_jabber_entry_focus_cb (GtkWidget                 *widget,
 				      GdkEventFocus             *event,

Modified: trunk/libempathy-gtk/empathy-account-widget-msn.c
==============================================================================
--- trunk/libempathy-gtk/empathy-account-widget-msn.c	(original)
+++ trunk/libempathy-gtk/empathy-account-widget-msn.c	Sat Jan 19 00:24:36 2008
@@ -48,19 +48,6 @@
 	GtkWidget *spinbutton_port;
 } EmpathyAccountWidgetMSN;
 
-static gboolean account_widget_msn_entry_focus_cb            (GtkWidget               *widget,
-							      GdkEventFocus           *event,
-							      EmpathyAccountWidgetMSN *settings);
-static void     account_widget_msn_entry_changed_cb          (GtkWidget               *widget,
-							      EmpathyAccountWidgetMSN *settings);
-static void	account_widget_msn_value_changed_cb 	     (GtkWidget		      *spinbutton,
-							      EmpathyAccountWidgetMSN *settings);
-static void     account_widget_msn_button_forget_clicked_cb  (GtkWidget               *button,
-							      EmpathyAccountWidgetMSN *settings);
-static void     account_widget_msn_destroy_cb                (GtkWidget               *widget,
-							      EmpathyAccountWidgetMSN *settings);
-static void     account_widget_msn_setup                     (EmpathyAccountWidgetMSN *settings);
-
 static gboolean
 account_widget_msn_entry_focus_cb (GtkWidget               *widget,
 				   GdkEventFocus           *event,

Modified: trunk/libempathy-gtk/empathy-account-widget-salut.c
==============================================================================
--- trunk/libempathy-gtk/empathy-account-widget-salut.c	(original)
+++ trunk/libempathy-gtk/empathy-account-widget-salut.c	Sat Jan 19 00:24:36 2008
@@ -47,15 +47,6 @@
 	GtkWidget *entry_jid;
 } EmpathyAccountWidgetSalut;
 
-static gboolean	account_widget_salut_entry_focus_cb (GtkWidget                 *widget,
-						     GdkEventFocus             *event,
-						     EmpathyAccountWidgetSalut *settings);
-static void	account_widget_salut_destroy_cb	    (GtkWidget                 *widget,
-						     EmpathyAccountWidgetSalut *settings);
-static void	account_widget_salut_setup          (EmpathyAccountWidgetSalut *settings);
-
-
-
 static gboolean
 account_widget_salut_entry_focus_cb (GtkWidget               *widget,
 				     GdkEventFocus           *event,



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