From b44813818075a44412f58f65ee3181e3700400e7 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 18:12:12 +0200 Subject: Use a blank line at most --- plugins/mouse/msd-mouse-manager.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/mouse/msd-mouse-manager.c') 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)) { -- cgit v1.2.1