appDisplay: Remove unused variable

As the title says.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
This commit is contained in:
Georges Basile Stavracas Neto 2020-06-04 01:37:03 -03:00
parent f442c9510e
commit 1691e422e7

View File

@ -1438,7 +1438,6 @@ var AppFolderDialog = GObject.registerClass({
this._delegate = this;
this._isOpen = false;
this.parentOffset = 0;
this._viewBox = new St.BoxLayout({
style_class: 'app-folder-dialog',