diff options
author | rbuj <[email protected]> | 2021-10-27 17:58:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 16:03:38 +0100 |
commit | d1ffecd40bf533b4c289546f47f6921fd0ba83d9 (patch) | |
tree | 03ee735aa787ed5b383da8715e5a3de7f420e822 | |
parent | 0778cc8da5705f2a4b4e48b8faf72ed9a1b8405f (diff) | |
download | mate-netbook-d1ffecd40bf533b4c289546f47f6921fd0ba83d9.tar.bz2 mate-netbook-d1ffecd40bf533b4c289546f47f6921fd0ba83d9.tar.xz |
Use a blank line at most
-rw-r--r-- | mate-window-picker-applet/task-title.c | 1 | ||||
-rw-r--r-- | mate-window-picker-applet/task-title.h | 1 | ||||
-rw-r--r-- | maximus/eggaccelerators.c | 1 | ||||
-rw-r--r-- | maximus/eggaccelerators.h | 1 | ||||
-rw-r--r-- | maximus/maximus-app.c | 1 | ||||
-rw-r--r-- | maximus/maximus-app.h | 1 | ||||
-rw-r--r-- | maximus/maximus-bind.c | 3 | ||||
-rw-r--r-- | maximus/maximus-bind.h | 1 | ||||
-rw-r--r-- | maximus/xutils.h | 1 |
9 files changed, 0 insertions, 11 deletions
diff --git a/mate-window-picker-applet/task-title.c b/mate-window-picker-applet/task-title.c index 97253c6..5accce2 100644 --- a/mate-window-picker-applet/task-title.c +++ b/mate-window-picker-applet/task-title.c @@ -217,7 +217,6 @@ on_name_changed (WnckWindow *window, TaskTitle *title) gtk_widget_queue_draw (GTK_WIDGET (title)); } - static void on_icon_changed (WnckWindow *window, TaskTitle *title) { diff --git a/mate-window-picker-applet/task-title.h b/mate-window-picker-applet/task-title.h index 6ec3f8a..fd47c81 100644 --- a/mate-window-picker-applet/task-title.h +++ b/mate-window-picker-applet/task-title.h @@ -63,5 +63,4 @@ GType task_title_get_type (void) G_GNUC_CONST; GtkWidget * task_title_new (void); - #endif /* _TASK_TITLE_H_ */ diff --git a/maximus/eggaccelerators.c b/maximus/eggaccelerators.c index 3286d0c..c754714 100644 --- a/maximus/eggaccelerators.c +++ b/maximus/eggaccelerators.c @@ -331,7 +331,6 @@ egg_accelerator_parse_virtual (const gchar *accelerator, return !bad_keyval; } - /** * egg_virtual_accelerator_name: * @accelerator_key: accelerator keyval diff --git a/maximus/eggaccelerators.h b/maximus/eggaccelerators.h index ec65e6f..057bd10 100644 --- a/maximus/eggaccelerators.h +++ b/maximus/eggaccelerators.h @@ -83,5 +83,4 @@ gchar* egg_virtual_accelerator_name (guint accelerator_key, G_END_DECLS - #endif /* __EGG_ACCELERATORS_H__ */ diff --git a/maximus/maximus-app.c b/maximus/maximus-app.c index 042e01a..0fa165f 100644 --- a/maximus/maximus-app.c +++ b/maximus/maximus-app.c @@ -497,7 +497,6 @@ on_app_undecorate_changed (GSettings *settings, g_timeout_add_seconds (1, (GSourceFunc)show_desktop, priv->screen); } - /* GObject stuff */ static void maximus_app_class_init (MaximusAppClass *klass) diff --git a/maximus/maximus-app.h b/maximus/maximus-app.h index ef05f73..40119f6 100644 --- a/maximus/maximus-app.h +++ b/maximus/maximus-app.h @@ -63,6 +63,5 @@ GType maximus_app_get_type (void) G_GNUC_CONST; MaximusApp * maximus_app_get_default (void); - #endif /* _MAXIMUS_APP_H_ */ 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); } diff --git a/maximus/maximus-bind.h b/maximus/maximus-bind.h index 549b67e..d9817c0 100644 --- a/maximus/maximus-bind.h +++ b/maximus/maximus-bind.h @@ -61,6 +61,5 @@ GType maximus_bind_get_type (void) G_GNUC_CONST; MaximusBind * maximus_bind_get_default (void); - #endif /* _MAXIMUS_BIND_H_ */ diff --git a/maximus/xutils.h b/maximus/xutils.h index 3da04c1..8558449 100644 --- a/maximus/xutils.h +++ b/maximus/xutils.h @@ -44,7 +44,6 @@ _wnck_get_wmclass (Window xwindow, char **res_class, char **res_name); - G_END_DECLS #endif /* WNCK_XUTILS_H */ |