[devhelp] Remove maximized GSetting for assistant window (unused)



commit 74a3217ede19de6288a657c2ef61e7de84fa8ce8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Dec 15 06:34:29 2017 +0100

    Remove maximized GSetting for assistant window (unused)
    
    For DhAssistant, the functions
    dh_util_window_settings_save()
    dh_util_window_settings_restore()
    are both called with has_maximize == FALSE.

 data/devhelp.convert               |    1 -
 data/org.gnome.devhelp.gschema.xml |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/data/devhelp.convert b/data/devhelp.convert
index dd47f6b..03aed24 100644
--- a/data/devhelp.convert
+++ b/data/devhelp.convert
@@ -4,7 +4,6 @@ width=/apps/devhelp/state/main/window/width
 height=/apps/devhelp/state/main/window/height
 
 [org.gnome.devhelp.state.assistant.window]
-maximized=/apps/devhelp/state/assistant/window/maximized
 width=/apps/devhelp/state/assistant/window/width
 height=/apps/devhelp/state/assistant/window/height
 
diff --git a/data/org.gnome.devhelp.gschema.xml b/data/org.gnome.devhelp.gschema.xml
index 399e2bc..8061f49 100644
--- a/data/org.gnome.devhelp.gschema.xml
+++ b/data/org.gnome.devhelp.gschema.xml
@@ -52,11 +52,6 @@
     <child name="window" schema="org.gnome.devhelp.state.assistant.window"/>
   </schema>
   <schema id="org.gnome.devhelp.state.assistant.window" path="/org/gnome/devhelp/state/assistant/window/">
-    <key name="maximized" type="b">
-      <default>false</default>
-      <summary>Whether the assistant window should be maximized</summary>
-      <description>Whether the assistant window should be maximized.</description>
-    </key>
     <key name="width" type="i">
       <default>350</default>
       <summary>Width of the assistant window</summary>


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