Skip to content

Commit 65c3244

Browse files
committed
Remove lingering moots.
1 parent c5dead5 commit 65c3244

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/chrome/content/code/AndroidUI.jsm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ var popupInfo = {
106106
this.ruleItems.push({ label: rule, selected: true });
107107
this.ruleStatus.push(true);
108108
this.rules.push(this.alist.active[rule]);
109-
} else if (this.alist.moot.hasOwnProperty(rule)) {
110-
// moot rules are checked and toggleable too
111-
this.ruleItems.push({ label: rule, selected: true });
112-
this.ruleStatus.push(true);
113-
this.rules.push(this.alist.moot[rule]);
114109
} else if (this.alist.inactive.hasOwnProperty(rule)) {
115110
// inactive rules are unchecked and toggleable
116111
this.ruleItems.push({ label: rule });

src/chrome/skin/https-everywhere.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ toolbar[iconsize="small"] #https-everywhere-button[status="disabled"] > .https-e
6464
color: #1e6419;
6565
font-weight: bold;
6666
}
67-
#https-everywhere-button menuitem.moot-item label {
68-
color: #1e6419;
69-
opacity: 0.75;
70-
font-weight: bold;
71-
}
7267
#https-everywhere-button menuitem.breaking-item label {
7368
color: #b99999;
7469
font-weight: bold;

src/chrome/skin/tick-moot.png

-344 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)