diff options
author | monsta <[email protected]> | 2016-10-26 16:42:09 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-10-26 16:42:09 +0300 |
commit | ac150a1950d2db358b42d1e26cb59e2a76cf65b5 (patch) | |
tree | 3e0ea2201be29f29b6c416718fd5ed69ba20a37b /plugins/mouse | |
parent | aa8b1bbe1becaec01ece9db08d33545707bb18b3 (diff) | |
download | mate-settings-daemon-ac150a1950d2db358b42d1e26cb59e2a76cf65b5.tar.bz2 mate-settings-daemon-ac150a1950d2db358b42d1e26cb59e2a76cf65b5.tar.xz |
mouse: remove duplicate function
Diffstat (limited to 'plugins/mouse')
-rw-r--r-- | plugins/mouse/msd-mouse-manager.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c index 642d1ab..4399a51 100644 --- a/plugins/mouse/msd-mouse-manager.c +++ b/plugins/mouse/msd-mouse-manager.c @@ -115,18 +115,6 @@ msd_mouse_manager_class_init (MsdMouseManagerClass *klass) g_type_class_add_private (klass, sizeof (MsdMouseManagerPrivate)); } -static gboolean -supports_xinput_devices (void) -{ - gint op_code, event, error; - - return XQueryExtension (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), - "XInputExtension", - &op_code, - &event, - &error); -} - static void configure_button_layout (guchar *buttons, gint n_buttons, |