[gnome-chess] gsettings: remove PieceType enum from schemalist



commit 24cdd405782c009b08e53916a2cb67190b73cb1e
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Sun May 12 12:56:21 2013 -0500

    gsettings: remove PieceType enum from schemalist
    
    This was only used for the promotion type preference, which no longer
    exists.

 data/org.gnome.gnome-chess.gschema.xml.in |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/data/org.gnome.gnome-chess.gschema.xml.in b/data/org.gnome.gnome-chess.gschema.xml.in
index 42bafb9..a7a2465 100644
--- a/data/org.gnome.gnome-chess.gschema.xml.in
+++ b/data/org.gnome.gnome-chess.gschema.xml.in
@@ -1,14 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-  <enum id="org.gnome.gnome-chess.PieceType">
-    <value value="0" nick="pawn"/>
-    <value value="1" nick="rook"/>
-    <value value="2" nick="knight"/>
-    <value value="3" nick="bishop"/>
-    <value value="4" nick="queen"/>
-    <value value="5" nick="king"/>
-  </enum>
-
   <enum id="org.gnome.gnome-chess.MoveFormat">
     <value value="0" nick="human"/>
     <value value="1" nick="san"/>


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