aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/share-folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/share-folder.c')
-rw-r--r--plugins/groupwise-features/share-folder.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/groupwise-features/share-folder.c b/plugins/groupwise-features/share-folder.c
index 87404db6bc..29ff8acc8a 100644
--- a/plugins/groupwise-features/share-folder.c
+++ b/plugins/groupwise-features/share-folder.c
@@ -182,7 +182,6 @@ free_all (ShareFolder *sf)
/* e_gw_connection_free_container_list (sf->container_list); */
}
-
static void
display_container (EGwContainer *container , ShareFolder *sf)
{
@@ -297,7 +296,6 @@ get_container_list (ShareFolder *sf)
}
}
-
static void
shared_clicked (GtkRadioButton *button, ShareFolder *sf)
{
@@ -349,7 +347,6 @@ add_clicked(GtkButton *button, ShareFolder *sf)
return;
}
-
/*check whether already exists*/
if (sf->users_list && email){
new_user = find_node (sf->users_list, (gchar *)email);
@@ -448,7 +445,6 @@ share_folder (ShareFolder *sf)
g_warning("Container is Null");
}
-
} else {
if (new_list) {
if (e_gw_connection_share_folder (sf->cnc, sf->container_id, new_list, sf->sub, sf->mesg, 0) == E_GW_CONNECTION_STATUS_OK) {
@@ -505,7 +501,6 @@ not_cancel_clicked(GtkButton *button, GtkWidget *window)
gtk_widget_destroy(window);
}
-
static void
notification_clicked(GtkButton *button, ShareFolder *sf)
{
@@ -789,4 +784,3 @@ share_folder_new (EGwConnection *ccnc, gchar *id)
return (ShareFolder *) new;
}
-