Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Removed redundant line of code
Browse files Browse the repository at this point in the history
I forgot to removed this in my last commit ;)
  • Loading branch information
Mystro256 committed Nov 30, 2011
1 parent e39a105 commit c54a201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion [email protected]/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function enable() {
let temp = Main.panel._statusArea.battery._deviceItems;
if(temp == "")
{ //check for no battery or power device, i.e. no battery menu
let temp = new Main.Panel.STANDARD_STATUS_AREA_SHELL_IMPLEMENTATION["a11y"]
if(Main.panel._statusArea.a11y != null)
{ //check for no a11y (such as from noa11y extension)
batteryMenu = Main.panel._statusArea.a11y;
Expand Down

0 comments on commit c54a201

Please sign in to comment.