remove some useless code
This commit is contained in:
parent
2fd2473de5
commit
8d034c6f4d
1 changed files with 0 additions and 6 deletions
|
@ -327,15 +327,9 @@ void stacking_below(ObWindow *window, ObWindow *below)
|
||||||
|
|
||||||
void stacking_add(ObWindow *win)
|
void stacking_add(ObWindow *win)
|
||||||
{
|
{
|
||||||
ObStackingLayer l;
|
|
||||||
GList *wins;
|
|
||||||
|
|
||||||
g_assert(screen_support_win != None); /* make sure I dont break this in the
|
g_assert(screen_support_win != None); /* make sure I dont break this in the
|
||||||
future */
|
future */
|
||||||
|
|
||||||
l = window_layer(win);
|
|
||||||
wins = g_list_append(NULL, win); /* list of 1 element */
|
|
||||||
|
|
||||||
stacking_list = g_list_append(stacking_list, win);
|
stacking_list = g_list_append(stacking_list, win);
|
||||||
stacking_raise(win, FALSE);
|
stacking_raise(win, FALSE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue