summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-30 16:47:36 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-30 16:54:54 +0100
commitc63936c17c08e7c8a61f046cd5b6247925fb4cfa (patch)
treef6d96c0c529f8f513c27e55fca187a99fb1e1975
parentd9e3daf9f1a7c25498e5dd57900e1f80fe3cdab5 (diff)
downloadtotem-c63936c17c08e7c8a61f046cd5b6247925fb4cfa.tar.gz
main: Remove unused variable
-rw-r--r--src/totem-main-toolbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/totem-main-toolbar.c b/src/totem-main-toolbar.c
index 40eb921a3..f5e41b0a5 100644
--- a/src/totem-main-toolbar.c
+++ b/src/totem-main-toolbar.c
@@ -336,7 +336,6 @@ totem_main_toolbar_class_init (TotemMainToolbarClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS (klass);
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
- GtkContainerClass *container_class = GTK_CONTAINER_CLASS (klass);
object_class->finalize = totem_main_toolbar_finalize;
object_class->set_property = totem_main_toolbar_set_property;