[evolution-kolab] EPlugin: removed unused static cleanup function



commit c33a39cbfc2f478c036255b9a890b34650b674aa
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Oct 15 19:20:59 2012 +0200

    EPlugin: removed unused static cleanup function

 src/eplugin/e-kolab-plugin-ui.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/eplugin/e-kolab-plugin-ui.c b/src/eplugin/e-kolab-plugin-ui.c
index 355fbe7..b7c2561 100644
--- a/src/eplugin/e-kolab-plugin-ui.c
+++ b/src/eplugin/e-kolab-plugin-ui.c
@@ -208,15 +208,6 @@ kolab_folder_prop_ui_alertbar_add_error (KolabFolderPropUIData *uidata,
 }
 
 static void
-kolab_folder_prop_ui_clear_all_entries (GObject *dialog)
-{
-	g_return_if_fail (dialog != NULL);
-
-	/* FIXME implement me */
-	g_warning ("%s: FIXME implement me", __func__);
-}
-
-static void
 kolab_folder_prop_ui_notebook_enable (KolabFolderPropUIData *uidata,
                                       gboolean enable)
 {
@@ -242,7 +233,6 @@ kolab_folder_prop_ui_response_cb (GObject *dialog,
 	g_return_if_fail (userdata != NULL);
 
 	if (response_id != GTK_RESPONSE_OK) {
-		kolab_folder_prop_ui_clear_all_entries (dialog);
 		gtk_widget_destroy (GTK_WIDGET (dialog));
 		return;
 	}
@@ -287,7 +277,6 @@ kolab_folder_prop_ui_response_cb (GObject *dialog,
 		return;
 	}
 
-	kolab_folder_prop_ui_clear_all_entries (dialog);
 	gtk_widget_destroy (GTK_WIDGET (dialog));
 }
 



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