mirror of
https://github.com/brl/mutter.git
synced 2025-05-05 22:54:56 +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;
|
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
|
static gboolean
|
||||||
map_client_window (MetaWindow *window)
|
map_client_window (MetaWindow *window)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user