core/window.c: Remove unused unmap_frame() function
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user