Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
remove redundant let
Browse files Browse the repository at this point in the history
  • Loading branch information
tty2 committed Jan 31, 2022
1 parent 270831a commit c945e32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const circle = "○";
const leftButton = 1;
const rightButton = 3;

let _indicator;

let WorkspaceIndicator = GObject.registerClass(
class WorkspaceIndicator extends PanelMenu.Button {
_init() {
Expand Down

0 comments on commit c945e32

Please sign in to comment.