Skip to content

Commit

Permalink
remove unwanted variables
Browse files Browse the repository at this point in the history
  • Loading branch information
altgokul committed Sep 19, 2017
1 parent b0b9336 commit 56ef323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docking.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ const DockedDash = new Lang.Class({

// Add aligning container without tracking it for input region
//Mych
Main.uiGroup.add_child(this.actor);
//Main.uiGroup.add_child(this.actor);
Main.panel._centerBox.add_child(this.actor);
//eMych

Expand Down
1 change: 0 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function enable() {

function disable() {
settings.run_dispose();
Main.overview._dash = oldDash;
disableHotCorner.disable();
moveClock.disable_clock_move();
dockManager.destroy();
Expand Down

0 comments on commit 56ef323

Please sign in to comment.