[cheese/wip/tidying] Remove unused countdown_action



commit d9e302efb73325a10bc87cf3ab9778dc380bf1a2
Author: David King <amigadave amigadave com>
Date:   Fri Nov 8 23:14:43 2013 +0000

    Remove unused countdown_action

 src/cheese-window.vala |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 319ac54..38d7d74 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -81,8 +81,6 @@ public class Cheese.MainWindow : Gtk.ApplicationWindow
   private uint current_effects_page = 0;
   private List<Clutter.Actor> effects_grids;
 
-  private Gtk.Action       countdown_action;
-
   private bool is_fullscreen;
   private bool is_wide_mode;
   private bool is_recording;       /* Video Recording Flag */
@@ -1211,8 +1209,6 @@ public class Cheese.MainWindow : Gtk.ApplicationWindow
     leave_fullscreen_button           = gtk_builder.get_object ("leave_fullscreen_button") as Gtk.Button;
         buttons_area = gtk_builder.get_object ("buttons_area") as Gtk.Widget;
 
-    countdown_action         = gtk_builder.get_object ("countdown") as Gtk.Action;
-
     /* Array contains all 'buttons', for easier manipulation
      * IMPORTANT: IF ANOTHER BUTTON IS ADDED UNDER THE VIEWPORT, ADD IT TO THIS ARRAY */
     buttons = {photo_toggle_button,


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