windowsettings: remove legacy window settings

We don't actually track any of this anyway, and it's not that useful in
a wayland world, so just drop it.
This commit is contained in:
Christian Hergert
2021-10-01 11:18:28 -07:00
parent fff24d95c6
commit 16c1b09c87
4 changed files with 0 additions and 221 deletions

View File

@ -1,20 +1,5 @@
<schemalist>
<schema id="org.gnome.sysprof3" path="/org/gnome/sysprof/" gettext-domain="sysprof">
<key name="window-size" type="(ii)">
<default>(-1, -1)</default>
<summary>Window size</summary>
<description>Window size (width and height).</description>
</key>
<key name="window-position" type="(ii)">
<default>(-1,-1)</default>
<summary>Window position</summary>
<description>Window position (x and y).</description>
</key>
<key name="window-maximized" type="b">
<default>true</default>
<summary>Window maximized</summary>
<description>Window maximized state</description>
</key>
<key name="last-spawn-argv" type="s">
<default>''</default>
<summary>Last Spawn Program</summary>