summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am1
-rw-r--r--data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in14
2 files changed, 0 insertions, 15 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 3df1302..975daf9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,7 +10,6 @@ gsettings_SCHEMAS = \
org.mate.SettingsDaemon.plugins.background.gschema.xml \
org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \
org.mate.SettingsDaemon.plugins.datetime.gschema.xml \
- org.mate.SettingsDaemon.plugins.font.gschema.xml \
org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \
org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \
org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \
diff --git a/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in
deleted file mode 100644
index 776af6d..0000000
--- a/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in
+++ /dev/null
@@ -1,14 +0,0 @@
-<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.font" path="/org/mate/settings-daemon/plugins/font/">
- <key name="active" type="b">
- <default>true</default>
- <_summary>Activation of this plugin</_summary>
- <_description>Whether this plugin would be activated by mate-settings-daemon or not</_description>
- </key>
- <key name="priority" type="i">
- <default>4</default>
- <_summary>Priority to use for this plugin</_summary>
- <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description>
- </key>
- </schema>
-</schemalist>