[gnome-boxes/wip/wizard-n-props-in-dialog2: 230/233] wizard: Remove now redundant cancel_button field



commit 6e6cbdae026bc1a9e171a0bdc2038e7fc685760a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Aug 28 19:06:16 2014 +0100

    wizard: Remove now redundant cancel_button field
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733367

 src/wizard.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 0360c54..3ac3dbd 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -19,7 +19,6 @@ private class Boxes.Wizard: Gtk.Stack, Boxes.UI {
     public UIState previous_ui_state { get; protected set; }
     public UIState ui_state { get; protected set; }
 
-    private Gtk.Button cancel_button;
     private Gtk.Button back_button;
     private Gtk.Button next_button;
     private Gtk.Button continue_button;


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