[gnome-color-manager] trivial: remove some gsettings keys we no longer use



commit 127e87fdf935b71450e14861f48908278952b493
Author: Richard Hughes <richard hughsie com>
Date:   Sat May 21 09:58:24 2011 +0100

    trivial: remove some gsettings keys we no longer use

 data/org.gnome.color-manager.gschema.migrate |    3 ---
 data/org.gnome.color-manager.gschema.xml     |   10 ----------
 src/gcm-utils.h                              |    3 ---
 3 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/data/org.gnome.color-manager.gschema.migrate b/data/org.gnome.color-manager.gschema.migrate
index bdff55b..ba43546 100644
--- a/data/org.gnome.color-manager.gschema.migrate
+++ b/data/org.gnome.color-manager.gschema.migrate
@@ -1,6 +1,3 @@
 [org.gnome.color-manager]
-global-display-correction = /apps/gnome-color-manager/global_display_correction
-set-icc-profile-atom = /apps/gnome-color-manager/set_icc_profile_atom
-use-profiles-from-volumes = /apps/gnome-color-manager/use_profiles_from_volumes
 calibration-length = /apps/gnome-color-manager/calibration_length
 
diff --git a/data/org.gnome.color-manager.gschema.xml b/data/org.gnome.color-manager.gschema.xml
index f60aa13..f69b5a6 100644
--- a/data/org.gnome.color-manager.gschema.xml
+++ b/data/org.gnome.color-manager.gschema.xml
@@ -6,16 +6,6 @@
     <value nick="ask" value="3"/>
   </enum>
   <schema id="org.gnome.color-manager" path="/org/gnome/color-manager/">
-    <key name="global-display-correction" type="b">
-      <default>true</default>
-      <summary>Whether the display should be globally corrected or left to applications</summary>
-      <description>If set to TRUE then the video LUT is set with the display profile</description>
-    </key>
-    <key name="set-icc-profile-atom" type="b">
-      <default>true</default>
-      <summary>Set the _ICC_PROFILE hint for applications</summary>
-      <description>If set to TRUE then the __ICC_PROFILE hint will be set, which applications use to convert true color to screen color.</description>
-    </key>
     <key name="calibration-length" enum="org.gnome.color-manager.CalibrationLength">
       <default>'ask'</default>
       <summary>The default calibration length</summary>
diff --git a/src/gcm-utils.h b/src/gcm-utils.h
index 70755f7..10076a5 100644
--- a/src/gcm-utils.h
+++ b/src/gcm-utils.h
@@ -33,10 +33,7 @@
 #define GCM_DBUS_PATH					"/org/gnome/ColorManager"
 
 #define GCM_SETTINGS_SCHEMA				"org.gnome.color-manager"
-#define GCM_SETTINGS_GLOBAL_DISPLAY_CORRECTION		"global-display-correction"
-#define GCM_SETTINGS_SET_ICC_PROFILE_ATOM		"set-icc-profile-atom"
 #define GCM_SETTINGS_CALIBRATION_LENGTH			"calibration-length"
-#define GCM_SETTINGS_PROFILE_GRAPH_TYPE			"profile-graph-type"
 
 /* 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]