diff options
Diffstat (limited to 'maximus/maximus-bind.c')
-rw-r--r-- | maximus/maximus-bind.c | 3 |
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); } |