diff options
author | rbuj <[email protected]> | 2021-10-27 18:02:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:21:36 +0100 |
commit | 09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6 (patch) | |
tree | 56cfb36680aa163f98f4aea05237882be00f8069 /applets/wncklet/workspace-switcher.c | |
parent | 7ded0f4d0a518169453c90f3c278f78e7345051b (diff) | |
download | mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.bz2 mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.xz |
Use a blank line at most
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index a58abce2..0e6c4afe 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -519,7 +519,6 @@ static void display_workspace_names_changed(GSettings* settings, gchar* key, Pag } } - static void all_workspaces_changed(GSettings* settings, gchar* key, PagerData* pager) { gboolean value = TRUE; /* Default value */ @@ -686,7 +685,6 @@ gboolean workspace_switcher_applet_fill(MatePanelApplet* applet) return TRUE; } - static void display_help_dialog(GtkAction* action, PagerData* pager) { wncklet_display_help(pager->applet, "mate-user-guide", "overview-workspaces", WORKSPACE_SWITCHER_ICON); @@ -998,7 +996,6 @@ static void setup_dialog(GtkBuilder* builder, PagerData* pager) if (marco_workspaces_settings != NULL) g_object_unref (marco_workspaces_settings); - /* Wrap workspaces: */ if (pager->wrap_workspaces_toggle) { |