[mutter] core/window.c: Remove unused function



commit ff6c31dcc0d69ef72b58902283ad123b9f4c11b7
Author: Javier JardÃn <jjardon gnome org>
Date:   Thu Apr 26 11:29:24 2012 +0100

    core/window.c: Remove unused function

 src/core/window.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 5a7ac62..918d10e 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -2813,21 +2813,6 @@ window_would_be_covered (const MetaWindow *newbie)
 }
 
 static gboolean
-map_frame (MetaWindow *window)
-{
-  if (window->frame && !window->frame->mapped)
-    {
-      meta_topic (META_DEBUG_WINDOW_STATE,
-                  "Frame actually needs map\n");
-      window->frame->mapped = TRUE;
-      meta_ui_map_frame (window->screen->ui, window->frame->xwindow);
-      return TRUE;
-    }
-  else
-    return FALSE;
-}
-
-static gboolean
 unmap_frame (MetaWindow *window)
 {
   if (window->frame && window->frame->mapped)



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