From b06aa6d69e7bdfec0b755812f1b7e1386e7cfc57 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 19 Jan 2008 00:24:36 +0000 Subject: [PATCH] Remove useless function declarations svn path=/trunk/; revision=578 --- libempathy-gtk/empathy-account-widget-generic.c | 13 ------------- libempathy-gtk/empathy-account-widget-jabber.c | 15 --------------- libempathy-gtk/empathy-account-widget-msn.c | 13 ------------- libempathy-gtk/empathy-account-widget-salut.c | 9 --------- 4 files changed, 50 deletions(-) diff --git a/libempathy-gtk/empathy-account-widget-generic.c b/libempathy-gtk/empathy-account-widget-generic.c index 999b6449..8ade3f26 100644 --- a/libempathy-gtk/empathy-account-widget-generic.c +++ b/libempathy-gtk/empathy-account-widget-generic.c @@ -48,19 +48,6 @@ typedef struct { 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, diff --git a/libempathy-gtk/empathy-account-widget-jabber.c b/libempathy-gtk/empathy-account-widget-jabber.c index 93a42008..667aae47 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.c +++ b/libempathy-gtk/empathy-account-widget-jabber.c @@ -58,21 +58,6 @@ typedef struct { 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, diff --git a/libempathy-gtk/empathy-account-widget-msn.c b/libempathy-gtk/empathy-account-widget-msn.c index 891cc535..e0107fb0 100644 --- a/libempathy-gtk/empathy-account-widget-msn.c +++ b/libempathy-gtk/empathy-account-widget-msn.c @@ -48,19 +48,6 @@ typedef struct { 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, diff --git a/libempathy-gtk/empathy-account-widget-salut.c b/libempathy-gtk/empathy-account-widget-salut.c index 63131e77..5d9bba9f 100644 --- a/libempathy-gtk/empathy-account-widget-salut.c +++ b/libempathy-gtk/empathy-account-widget-salut.c @@ -47,15 +47,6 @@ typedef struct { 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, -- 2.39.2