[gnome-color-manager] trivial: remove the unused profile-graph-type GSetting entry



commit 1e0f4563fa555f5ceb3d018c644503af48d25a9c
Author: Richard Hughes <richard hughsie com>
Date:   Tue May 10 15:04:20 2011 -0400

    trivial: remove the unused profile-graph-type GSetting entry

 data/org.gnome.color-manager.gschema.xml |   13 -------------
 src/gcm-utils.h                          |    4 ----
 2 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/data/org.gnome.color-manager.gschema.xml b/data/org.gnome.color-manager.gschema.xml
index 6f80e05..25c97d0 100644
--- a/data/org.gnome.color-manager.gschema.xml
+++ b/data/org.gnome.color-manager.gschema.xml
@@ -11,14 +11,6 @@
     <value nick="long" value="2"/>
     <value nick="ask" value="3"/>
   </enum>
-  <enum id="org.gnome.color-manager.GraphType">
-    <value nick="none" value="0"/>
-    <value nick="cie-1931-xy" value="1"/>
-    <value nick="trc" value="2"/>
-    <value nick="vcgt" value="3"/>
-    <value nick="preview-input" value="4"/>
-    <value nick="preview-output" value="5"/>
-  </enum>
   <schema id="org.gnome.color-manager" path="/org/gnome/color-manager/">
     <key name="show-notifications" type="b">
       <default>false</default>
@@ -75,10 +67,5 @@
       <summary>The duration between sending notifications to recalibrate a printer</summary>
       <description>This is the number of seconds in between notifying the user to recalibrate each printer device. Set to 0 to disable the notification.</description>
     </key>
-    <key name="profile-graph-type" enum="org.gnome.color-manager.GraphType">
-      <default>'cie-1931-xy'</default>
-      <summary>The graph type to show in the properties page</summary>
-      <description>The graph type in the properties page. This should not be changed manually as this is set from the UI.</description>
-    </key>
   </schema>
 </schemalist>
diff --git a/src/gcm-utils.h b/src/gcm-utils.h
index 875735f..a0f5902 100644
--- a/src/gcm-utils.h
+++ b/src/gcm-utils.h
@@ -44,10 +44,6 @@
 #define GCM_SETTINGS_SHOW_NOTIFICATIONS			"show-notifications"
 #define GCM_SETTINGS_RECALIBRATE_PRINTER_THRESHOLD	"recalibrate-printer-threshold"
 #define GCM_SETTINGS_RECALIBRATE_DISPLAY_THRESHOLD	"recalibrate-display-threshold"
-#define GCM_SETTINGS_PROFILE_GRAPH_TYPE			"profile-graph-type"
-
-#define GCM_CONFIG_VERSION_ORIGINAL			0
-#define GCM_CONFIG_VERSION_SHARED_SPEC			1
 
 /* DISTROS: you will have to patch if you have changed the name of these packages */
 #define GCM_PREFS_PACKAGE_NAME_SHARED_COLOR_TARGETS	"shared-color-targets"



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