[geary/wip/765516-gtk-widget-conversation-viewer: 13/119] Remove now-unused composer-pane-position pref.



commit aa13b264b41f4c65cebb10af10fe380246ab6e36
Author: Michael James Gratton <mike vee net>
Date:   Mon Apr 11 02:54:25 2016 +1000

    Remove now-unused composer-pane-position pref.

 desktop/org.yorba.geary.gschema.xml      |    6 ------
 src/client/application/geary-config.vala |    5 -----
 2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/desktop/org.yorba.geary.gschema.xml b/desktop/org.yorba.geary.gschema.xml
index 46d5598..e260c1d 100644
--- a/desktop/org.yorba.geary.gschema.xml
+++ b/desktop/org.yorba.geary.gschema.xml
@@ -50,12 +50,6 @@
         <description>Position of the message list Paned grabber.</description>
     </key>
     
-    <key name="composer-pane-position" type="i">
-        <default>350</default>
-        <summary>position of the composer pane</summary>
-        <description>Position of the composer Paned grabber, when open.</description>
-    </key>
-    
     <key name="autoselect" type="b">
         <default>true</default>
         <summary>autoselect next message</summary>
diff --git a/src/client/application/geary-config.vala b/src/client/application/geary-config.vala
index faa4943..de07a61 100644
--- a/src/client/application/geary-config.vala
+++ b/src/client/application/geary-config.vala
@@ -14,7 +14,6 @@ public class Configuration {
     public const string FOLDER_LIST_PANE_POSITION_VERTICAL_KEY = "folder-list-pane-position-vertical";
     public const string FOLDER_LIST_PANE_HORIZONTAL_KEY = "folder-list-pane-horizontal";
     public const string MESSAGES_PANE_POSITION_KEY = "messages-pane-position";
-    public const string COMPOSER_PANE_POSITION_KEY = "composer-pane-position";
     public const string AUTOSELECT_KEY = "autoselect";
     public const string DISPLAY_PREVIEW_KEY = "display-preview";
     public const string SPELL_CHECK_KEY = "spell-check";
@@ -63,10 +62,6 @@ public class Configuration {
         set { settings.set_int(MESSAGES_PANE_POSITION_KEY, value); }
     }
     
-    public int composer_pane_position {
-        get { return settings.get_int(COMPOSER_PANE_POSITION_KEY); }
-    }
-    
     public bool autoselect {
         get { return settings.get_boolean(AUTOSELECT_KEY); }
     }


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