summaryrefslogtreecommitdiff
path: root/plugins/mouse/msd-mouse-manager.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:12:12 +0200
committerraveit65 <[email protected]>2021-11-24 21:35:58 +0100
commitb44813818075a44412f58f65ee3181e3700400e7 (patch)
tree23a177ab884ff31caefa44e34d3791bde89c69ba /plugins/mouse/msd-mouse-manager.c
parent26483d28bd1b78983938f293c62dd10250eb0d75 (diff)
downloadmate-settings-daemon-b44813818075a44412f58f65ee3181e3700400e7.tar.bz2
mate-settings-daemon-b44813818075a44412f58f65ee3181e3700400e7.tar.xz
Use a blank line at most
Diffstat (limited to 'plugins/mouse/msd-mouse-manager.c')
-rw-r--r--plugins/mouse/msd-mouse-manager.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c
index 75f20b5..92a5f0a 100644
--- a/plugins/mouse/msd-mouse-manager.c
+++ b/plugins/mouse/msd-mouse-manager.c
@@ -76,7 +76,6 @@
#define KEY_HORIZ_TWO_FINGER_SCROLL "horizontal-two-finger-scrolling"
#define KEY_TOUCHPAD_ENABLED "touchpad-enabled"
-
#if 0 /* FIXME need to fork (?) mousetweaks for this to work */
#define MATE_MOUSE_A11Y_SCHEMA "org.mate.accessibility-mouse"
#define KEY_MOUSE_A11Y_DWELL_ENABLE "dwell-enable"
@@ -118,7 +117,6 @@ static void set_tap_to_click_synaptics (XDeviceInfo *device_info
gint two_finger_tap,
gint three_finger_tap);
-
G_DEFINE_TYPE_WITH_PRIVATE (MsdMouseManager, msd_mouse_manager, G_TYPE_OBJECT)
static gpointer manager_object = NULL;
@@ -1627,7 +1625,6 @@ set_mousetweaks_daemon (MsdMouseManager *manager,
if (run_daemon)
manager->priv->mousetweaks_daemon_running = TRUE;
-
if (! g_spawn_command_line_async (comm, &error)) {
if (error->code == G_SPAWN_ERROR_NOENT &&
(dwell_enable || delay_enable)) {