[gnome-shell] keyboard: Remove unused keyboard gsetting schema



commit 61f86cbc54699847ad7b2ff0805805f7079c8752
Author: Sonny Piers <sonny fastmail net>
Date:   Mon Jul 1 00:17:40 2019 +0200

    keyboard: Remove unused keyboard gsetting schema
    
    Since commit 7fd8fa34, the schema is no longer used.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/604

 data/org.gnome.shell.gschema.xml.in | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 24e2a75b0..5a065593b 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -99,7 +99,6 @@
       </description>
     </key>
     <child name="keybindings" schema="org.gnome.shell.keybindings"/>
-    <child name="keyboard" schema="org.gnome.shell.keyboard"/>
   </schema>
 
   <schema id="org.gnome.shell.keybindings" path="/org/gnome/shell/keybindings/"
@@ -183,17 +182,6 @@
     </key>
   </schema>
 
-  <schema id="org.gnome.shell.keyboard" path="/org/gnome/shell/keyboard/"
-          gettext-domain="@GETTEXT_PACKAGE@">
-    <key name="keyboard-type" type="s">
-      <default>'touch'</default>
-      <summary>Which keyboard to use</summary>
-      <description>
-        The type of keyboard to use.
-      </description>
-    </key>
-  </schema>
-
   <schema id="org.gnome.shell.app-switcher"
           path="/org/gnome/shell/app-switcher/"
           gettext-domain="@GETTEXT_PACKAGE@">


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