mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
core/window.c: Remove unused unmap_frame() function
This commit is contained in:
parent
4c2371f2e7
commit
c64188c67f
@ -2827,20 +2827,6 @@ map_frame (MetaWindow *window)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user