introspect: Remove unused variable

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1289
This commit is contained in:
Florian Müllner 2019-05-16 09:48:59 +00:00 committed by Jonas Ådahl
parent cdaf164c01
commit a1c3900630

View File

@ -42,8 +42,6 @@ var IntrospectService = class {
}
_isStandaloneApp(app) {
let windows = app.get_windows();
return app.get_windows().some(w => w.transient_for == null);
}