introspect: Remove unused variable
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1289
This commit is contained in:
parent
cdaf164c01
commit
a1c3900630
@ -42,8 +42,6 @@ var IntrospectService = class {
|
||||
}
|
||||
|
||||
_isStandaloneApp(app) {
|
||||
let windows = app.get_windows();
|
||||
|
||||
return app.get_windows().some(w => w.transient_for == null);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user