[gnome-settings-daemon] wacom: Remove handling of moved "display" key
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] wacom: Remove handling of moved "display" key
- Date: Fri, 13 Mar 2015 15:08:01 +0000 (UTC)
commit 7dcc002f4cca84338bf622849d3fe479737dd67b
Author: Bastien Nocera <hadess hadess net>
Date: Fri Mar 13 09:35:48 2015 +0100
wacom: Remove handling of moved "display" key
The "display" key was moved, so it's not in our schema anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=746113
plugins/wacom/gsd-wacom-manager.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-manager.c b/plugins/wacom/gsd-wacom-manager.c
index 0064d99..9a293b9 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -63,7 +63,6 @@
#define KEY_TOUCH "touch"
#define KEY_IS_ABSOLUTE "is-absolute"
#define KEY_AREA "area"
-#define KEY_DISPLAY "display"
#define KEY_KEEP_ASPECT "keep-aspect"
#define KEY_LAST_CALIBRATED_RESOLUTION "last-calibrated-resolution"
@@ -875,8 +874,6 @@ wacom_settings_changed (GSettings *settings,
type != WACOM_TYPE_PAD &&
type != WACOM_TYPE_TOUCH)
set_area (device, g_settings_get_value (settings, key));
- } else if (g_str_equal (key, KEY_DISPLAY)) {
- /* Unhandled, GsdDeviceMapper handles this */
} else if (g_str_equal (key, KEY_KEEP_ASPECT)) {
if (type != WACOM_TYPE_CURSOR &&
type != WACOM_TYPE_PAD &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]