[gnome-boxes] properties: Drop 'Display' section



commit 77538e58255950f9aaebf18971540b39044b1869
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Nov 8 21:53:35 2014 +0000

    properties: Drop 'Display' section
    
    This is based on input from our designers (jimmac and aday). Now that we
    have removed and moved all options under this section, we can simply
    ditch it now.

 src/properties.vala |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/properties.vala b/src/properties.vala
index 1a26fe3..6cee400 100644
--- a/src/properties.vala
+++ b/src/properties.vala
@@ -4,7 +4,6 @@ using Gtk;
 private enum Boxes.PropertiesPage {
     GENERAL,
     SYSTEM,
-    DISPLAY,
     DEVICES,
     SNAPSHOTS,
 
@@ -50,10 +49,6 @@ private class Boxes.Properties: Gtk.Stack, Boxes.UI {
                 name = _("System");
                 break;
 
-            case PropertiesPage.DISPLAY:
-                name = _("Display");
-                break;
-
             case PropertiesPage.DEVICES:
                 name = _("Devices");
                 break;


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