[gnome-shell/gbsneto/folder-dialog-improvements: 24/30] appDisplay: Remove unused variable



commit b611eb7c4aa01dfa31609ad5d1c0efbc5f0ec553
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jun 4 01:37:03 2020 -0300

    appDisplay: Remove unused variable
    
    As the title says.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301

 js/ui/appDisplay.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 3ff88f3231..b3b00d4d9b 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]