aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-sidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-sidebar.c')
-rw-r--r--shell/e-sidebar.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/e-sidebar.c b/shell/e-sidebar.c
index 8d5152966e..3942de727b 100644
--- a/shell/e-sidebar.c
+++ b/shell/e-sidebar.c
@@ -53,7 +53,6 @@ struct _ESidebarPrivate {
gboolean in_toggle;
};
-
enum {
BUTTON_SELECTED,
BUTTON_PRESSED,
@@ -127,7 +126,6 @@ update_buttons (ESidebar *sidebar, gint new_selected_id)
sidebar->priv->in_toggle = FALSE;
}
-
/* Callbacks. */
static void
@@ -206,7 +204,6 @@ button_query_tooltip (GtkWidget *widget,
return FALSE;
}
-
/* Layout. */
static gint
@@ -334,7 +331,6 @@ do_layout (ESidebar *sidebar)
gtk_widget_size_allocate (sidebar->priv->selection_widget, & child_allocation);
}
-
/* GtkContainer methods. */
static void
@@ -379,7 +375,6 @@ impl_remove (GtkContainer *container,
}
}
-
/* GtkWidget methods. */
static void
@@ -419,7 +414,6 @@ impl_size_allocate (GtkWidget *widget,
do_layout (E_SIDEBAR (widget));
}
-
/* GObject methods. */
static void
@@ -466,7 +460,6 @@ impl_finalize (GObject *object)
(* G_OBJECT_CLASS (e_sidebar_parent_class)->finalize) (object);
}
-
/* Initialization. */
static void
@@ -526,7 +519,6 @@ e_sidebar_new (void)
return GTK_WIDGET (sidebar);
}
-
void
e_sidebar_set_selection_widget (ESidebar *sidebar, GtkWidget *widget)
{
@@ -541,7 +533,6 @@ e_sidebar_set_selection_widget (ESidebar *sidebar, GtkWidget *widget)
gtk_widget_queue_resize (GTK_WIDGET (sidebar));
}
-
void
e_sidebar_add_button (ESidebar *sidebar,
const gchar *label,
@@ -652,7 +643,6 @@ e_sidebar_get_mode (ESidebar *sidebar)
return sidebar->priv->mode;
}
-
static GConfEnumStringPair toolbar_styles[] = {
{ E_SIDEBAR_MODE_TEXT, "text" },
{ E_SIDEBAR_MODE_ICON, "icons" },