aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-task-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-task-bar.c')
-rw-r--r--shell/e-task-bar.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/shell/e-task-bar.c b/shell/e-task-bar.c
index 0df785fd10..64a9cebfe5 100644
--- a/shell/e-task-bar.c
+++ b/shell/e-task-bar.c
@@ -81,27 +81,10 @@ reduce_displayed_activities_per_component (ETaskBar *task_bar)
}
-/* GtkObject methods. */
-
-static void
-impl_destroy (GtkObject *object)
-{
- ETaskBar *task_bar;
-
- task_bar = E_TASK_BAR (object);
-
- /* Nothing to do here. */
-
- (* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
-}
-
-
static void
class_init (GtkObjectClass *object_class)
{
parent_class = gtk_type_class (PARENT_TYPE);
-
- object_class->destroy = impl_destroy;
}
static void