[totem] main: Remove unused variable



commit c24f6b9aededa8dfe119a9e07bb2f56cc07a3260
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jul 9 10:27:58 2013 +0200

    main: Remove unused variable

 src/totem-object.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index c49c76f..1364dcf 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -2678,13 +2678,12 @@ totem_action_open_files_list (TotemObject *totem, GSList *list)
 void
 show_controls (TotemObject *totem, gboolean was_fullscreen)
 {
-       GtkWidget *bvw_box, *widget;
+       GtkWidget *bvw_box;
 
        if (totem->bvw == NULL)
                return;
 
        bvw_box = GTK_WIDGET (gtk_builder_get_object (totem->xml, "tmw_bvw_box"));
-       widget = GTK_WIDGET (totem->bvw);
 
        if (totem->controls_visibility == TOTEM_CONTROLS_VISIBLE) {
                totem_action_save_size (totem);


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