WindowManager: Remove unused top_stack (#688)

This commit is contained in:
Daniel Foré 2020-01-14 01:22:27 -08:00 committed by Corentin Noël
parent 42701bf833
commit 6f41f9f666

View File

@ -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)