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



commit c64188c67fb7de949fd9ad1985bcb1dbb6f06af9
Author: Javier JardÃn <jjardon gnome org>
Date:   Thu Apr 26 11:54:31 2012 +0100

    core/window.c: Remove unused unmap_frame() function

 src/core/window.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 5a7ac62..08e413c 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -2828,20 +2828,6 @@ map_frame (MetaWindow *window)
 }
 
 static gboolean
-unmap_frame (MetaWindow *window)
-{
-  if (window->frame && window->frame->mapped)
-    {
-      meta_topic (META_DEBUG_WINDOW_STATE, "Frame actually needs unmap\n");
-      window->frame->mapped = FALSE;
-      meta_ui_unmap_frame (window->screen->ui, window->frame->xwindow);
-      return TRUE;
-    }
-  else
-    return FALSE;
-}
-
-static gboolean
 map_client_window (MetaWindow *window)
 {
   if (!window->mapped)



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