diff options
author | monsta <[email protected]> | 2016-11-02 16:16:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-02 16:16:28 +0300 |
commit | b8438befc82ad434598a55f223240feb293cabc2 (patch) | |
tree | 5ff2bfb2c053d5e0d6ed5d28a9306871eed840ad /schemas/org.mate.peripherals-mouse.gschema.xml.in | |
parent | b807f938908eeccb477e197ae6fcd937b118f201 (diff) | |
download | mate-desktop-b8438befc82ad434598a55f223240feb293cabc2.tar.bz2 mate-desktop-b8438befc82ad434598a55f223240feb293cabc2.tar.xz |
schemas: drop unused cursor-font key
it was not used when m-c-c was built with XCursor support
now it's not used at all because we require XCursor for m-c-c build
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in index aab83e8..c65f529 100644 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in @@ -35,11 +35,6 @@ <summary>Locate Pointer</summary> <description>Highlights the current location of the pointer when the Control key is pressed and released.</description> </key> - <key name="cursor-font" type="s"> - <default>''</default> - <summary>Cursor font</summary> - <description>Font name of the cursor. If unset, the default font is used. This value is only propagated to the X server start of each session, so changing it mid-session won't have an effect until the next time you log in.</description> - </key> <key name="cursor-theme" type="s"> <default>''</default> <summary>Cursor theme</summary> |