mirror of
https://github.com/elementary/gala.git
synced 2024-12-26 02:33:27 +03:00
WindowManager: Remove unused top_stack (#688)
This commit is contained in:
parent
42701bf833
commit
6f41f9f666
@ -629,7 +629,6 @@ namespace Gala {
|
|||||||
double[] op_keyframes = { 0.1, 0.9 };
|
double[] op_keyframes = { 0.1, 0.9 };
|
||||||
GLib.Value[] opacity = { 20U, 20U };
|
GLib.Value[] opacity = { 20U, 20U };
|
||||||
|
|
||||||
var top_stack = new Gee.ArrayList<unowned Meta.Window> ();
|
|
||||||
workspace.list_windows ().@foreach ((window) => {
|
workspace.list_windows ().@foreach ((window) => {
|
||||||
if (window.get_xwindow () == bottom_window.get_xwindow ()
|
if (window.get_xwindow () == bottom_window.get_xwindow ()
|
||||||
|| !InternalUtils.get_window_is_normal (window)
|
|| !InternalUtils.get_window_is_normal (window)
|
||||||
|
Loading…
Reference in New Issue
Block a user