core/window.c: Remove unused unmap_frame() function
This commit is contained in:
parent
4c2371f2e7
commit
c64188c67f
1 changed files with 0 additions and 14 deletions
|
@ -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 a new issue