aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-tasks.c')
-rw-r--r--calendar/gui/e-tasks.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c
index 5acdcc0f65..bf400590a8 100644
--- a/calendar/gui/e-tasks.c
+++ b/calendar/gui/e-tasks.c
@@ -56,7 +56,6 @@
#include "e-cal-menu.h"
#include "e-cal-model-tasks.h"
-
/* Private part of the GnomeCalendar structure */
struct _ETasksPrivate {
/* The task lists for display */
@@ -171,7 +170,6 @@ e_tasks_get_tasks_menu (ETasks *tasks)
return tasks->priv->tasks_menu;
}
-
/* Callback used when the selection changes in the table. */
static void
table_selection_change_cb (ETable *etable, gpointer data)
@@ -557,7 +555,6 @@ table_drag_begin (ETable *table,
}
-
static void
table_drag_end (ETable *table,
gint row,
@@ -643,7 +640,6 @@ setup_widgets (ETasks *tasks)
gtk_paned_add1 (GTK_PANED (priv->paned), priv->tasks_view);
gtk_widget_show (priv->tasks_view);
-
e_table_drag_source_set (etable, GDK_BUTTON1_MASK,
list_drag_types, num_list_drag_types,
GDK_ACTION_MOVE|GDK_ACTION_COPY|GDK_ACTION_ASK);
@@ -737,7 +733,6 @@ e_tasks_class_init (ETasksClass *class)
class->source_removed = NULL;
}
-
static void
categories_changed_cb (gpointer object, gpointer user_data)
{
@@ -796,7 +791,6 @@ e_tasks_new (void)
return GTK_WIDGET (tasks);
}
-
void
e_tasks_set_ui_component (ETasks *tasks,
BonoboUIComponent *ui_component)
@@ -807,7 +801,6 @@ e_tasks_set_ui_component (ETasks *tasks,
e_search_bar_set_ui_component (E_SEARCH_BAR (tasks->priv->search_bar), ui_component);
}
-
static void
e_tasks_destroy (GtkObject *object)
{
@@ -1056,7 +1049,6 @@ open_ecal (ETasks *tasks, ECal *cal, gboolean only_if_exists, open_func of)
zone = calendar_config_get_icaltimezone ();
e_cal_set_default_timezone (cal, zone, NULL);
-
set_status_message (tasks, _("Opening tasks at %s"), e_cal_get_uri (cal));
g_signal_connect (G_OBJECT (cal), "cal_opened", G_CALLBACK (of), tasks);
@@ -1224,7 +1216,6 @@ e_tasks_remove_todo_source (ETasks *tasks, ESource *source)
if (!client)
return TRUE;
-
priv->clients_list = g_list_remove (priv->clients_list, client);
g_signal_handlers_disconnect_matched (client, G_SIGNAL_MATCH_DATA,
0, 0, NULL, NULL, tasks);
@@ -1234,7 +1225,6 @@ e_tasks_remove_todo_source (ETasks *tasks, ESource *source)
g_hash_table_remove (priv->clients, uid);
-
g_signal_emit (tasks, e_tasks_signals[SOURCE_REMOVED], 0, source);
return TRUE;