mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fully remove preferences that were obsoleted in the 4.x cycle
This commit is contained in:
parent
e64bcfe620
commit
c77aac2b16
@ -5,12 +5,6 @@
|
|||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
<schema id="org.gnucash.general" path="/org/gnucash/general/">
|
<schema id="org.gnucash.general" path="/org/gnucash/general/">
|
||||||
<key name="migrate-prefs-done" type="b">
|
|
||||||
<default>false</default>
|
|
||||||
<summary>-Obsolete-</summary>
|
|
||||||
<description>This setting is obsolete and will be removed in the next major @PROJECT_NAME@ release series.</description>
|
|
||||||
</key>
|
|
||||||
|
|
||||||
<key name="prefs-version" type="i">
|
<key name="prefs-version" type="i">
|
||||||
<default>0</default>
|
<default>0</default>
|
||||||
<summary>The version of these settings</summary>
|
<summary>The version of these settings</summary>
|
||||||
@ -425,26 +419,6 @@ For example setting this to 2.0 will display reports at twice their typical size
|
|||||||
<child name="options" schema="org.gnucash.dialogs.options"/>
|
<child name="options" schema="org.gnucash.dialogs.options"/>
|
||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
<schema id="org.gnucash.dialogs.business-assoc" path="/org/gnucash/dialogs/business-assoc/">
|
|
||||||
<key type="(iiii)" name="last-geometry">
|
|
||||||
<default>(-1,-1,-1,-1)</default>
|
|
||||||
<summary>Last window position and size</summary>
|
|
||||||
<description>This setting describes the size and position of the window when it was last closed.
|
|
||||||
The numbers are the X and Y coordinates of the top left corner of the window
|
|
||||||
followed by the width and height of the window.</description>
|
|
||||||
</key>
|
|
||||||
</schema>
|
|
||||||
|
|
||||||
<schema id="org.gnucash.dialogs.trans-assoc" path="/org/gnucash/dialogs/trans-assoc/">
|
|
||||||
<key type="(iiii)" name="last-geometry">
|
|
||||||
<default>(-1,-1,-1,-1)</default>
|
|
||||||
<summary>Last window position and size</summary>
|
|
||||||
<description>This setting describes the size and position of the window when it was last closed.
|
|
||||||
The numbers are the X and Y coordinates of the top left corner of the window
|
|
||||||
followed by the width and height of the window.</description>
|
|
||||||
</key>
|
|
||||||
</schema>
|
|
||||||
|
|
||||||
<schema id="org.gnucash.dialogs.account" path="/org/gnucash/dialogs/account/">
|
<schema id="org.gnucash.dialogs.account" path="/org/gnucash/dialogs/account/">
|
||||||
<key name="last-geometry" type="(iiii)">
|
<key name="last-geometry" type="(iiii)">
|
||||||
<default>(-1,-1,-1,-1)</default>
|
<default>(-1,-1,-1,-1)</default>
|
||||||
|
@ -1373,15 +1373,4 @@
|
|||||||
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="4009">
|
|
||||||
|
|
||||||
<obsolete old-path="org.gnucash.dialogs.business-assoc"
|
|
||||||
old-key="last-geometry"/>
|
|
||||||
|
|
||||||
<obsolete old-path="org.gnucash.dialogs.trans-assoc"
|
|
||||||
old-key="last-geometry"/>
|
|
||||||
|
|
||||||
<obsolete old-path="org.gnucash.general"
|
|
||||||
old-key="migrate-prefs-done"/>
|
|
||||||
|
|
||||||
</release>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user