[totem] main: Remove unused variable



commit c63936c17c08e7c8a61f046cd5b6247925fb4cfa
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 30 16:47:36 2014 +0100

    main: Remove unused variable

 src/totem-main-toolbar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-main-toolbar.c b/src/totem-main-toolbar.c
index 40eb921..f5e41b0 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]