summaryrefslogtreecommitdiff
path: root/maximus/maximus-bind.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:58:35 +0200
committerraveit65 <[email protected]>2021-12-11 16:03:38 +0100
commitd1ffecd40bf533b4c289546f47f6921fd0ba83d9 (patch)
tree03ee735aa787ed5b383da8715e5a3de7f420e822 /maximus/maximus-bind.c
parent0778cc8da5705f2a4b4e48b8faf72ed9a1b8405f (diff)
downloadmate-netbook-d1ffecd40bf533b4c289546f47f6921fd0ba83d9.tar.bz2
mate-netbook-d1ffecd40bf533b4c289546f47f6921fd0ba83d9.tar.xz
Use a blank line at most
Diffstat (limited to 'maximus/maximus-bind.c')
-rw-r--r--maximus/maximus-bind.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/maximus/maximus-bind.c b/maximus/maximus-bind.c
index 07fcc43..cb4b860 100644
--- a/maximus/maximus-bind.c
+++ b/maximus/maximus-bind.c
@@ -278,7 +278,6 @@ unfullscreen (MaximusBind *bind, WnckWindow *window)
g_timeout_add (KEY_RELEASE_TIMEOUT, (GSourceFunc)real_unfullscreen, bind);
}
-
static void
on_binding_activated (gchar *keystring, MaximusBind *bind)
{
@@ -340,7 +339,6 @@ on_binding_changed (GSettings *settings,
g_print ("Binding changed: %s\n", priv->binding);
}
-
/* GObject stuff */
static void
create_rule (MaximusBind *bind, const gchar *filename)
@@ -417,7 +415,6 @@ load_rules (MaximusBind *bind, const gchar *path)
g_free (filename);
}
-
g_dir_close (dir);
}