[gnome-boxes] uistate: Removed unneeded ui state SETTINGS



commit 9c122d0cc1970622b7430f1b17f649f0ff559c88
Author: Lasse Schuirmann <lasse schuirmann net>
Date:   Sun Mar 2 19:20:39 2014 +0100

    uistate: Removed unneeded ui state SETTINGS
    
    The SETTINGS in the UIState enum was created in 2011 and forgotten since
    then.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725510

 src/ui.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ui.vala b/src/ui.vala
index f54e439..ed7da36 100644
--- a/src/ui.vala
+++ b/src/ui.vala
@@ -5,7 +5,6 @@ private enum Boxes.UIState {
     COLLECTION,
     CREDS,
     DISPLAY,
-    SETTINGS,
     WIZARD,
     PROPERTIES
 }


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