[metacity] workspace: remove unneeded function prototypes



commit 8a35fdc6947d6702f05066c0e3a2b9f789c77315
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Jul 3 15:20:53 2017 +0300

    workspace: remove unneeded function prototypes

 src/core/workspace.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/core/workspace.c b/src/core/workspace.c
index dc912c8..051a2a2 100644
--- a/src/core/workspace.c
+++ b/src/core/workspace.c
@@ -32,14 +32,10 @@
 #include <canberra-gtk.h>
 #endif
 
-void meta_workspace_queue_calc_showing   (MetaWorkspace *workspace);
 static void set_active_space_hint        (MetaScreen *screen);
 static void focus_ancestor_or_top_window (MetaWorkspace *workspace,
                                           MetaWindow    *not_this_one,
                                           guint32        timestamp);
-static void free_this                    (gpointer candidate,
-                                          gpointer dummy);
-static void workspace_free_struts        (MetaWorkspace *workspace);
 
 static void
 maybe_add_to_list (MetaScreen *screen, MetaWindow *window, gpointer data)
@@ -294,7 +290,7 @@ meta_workspace_relocate_windows (MetaWorkspace *workspace,
   g_assert (workspace->windows == NULL);
 }
 
-void
+static void
 meta_workspace_queue_calc_showing  (MetaWorkspace *workspace)
 {
   GList *tmp;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]