Skip to content

Commit

Permalink
Remove unused pref conversations.version
Browse files Browse the repository at this point in the history
  • Loading branch information
pianoslum committed Nov 10, 2014
1 parent 8a43e76 commit 07931be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion defaults/preferences/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pref("conversations.hide_quote_length", 5);
pref("conversations.expand_who", 4); // kExpandAuto
pref("conversations.monospaced_senders", "bugzilla-daemon@mozilla.org");
pref("conversations.no_friendly_date", false);
pref("conversations.version", 0);
pref("conversations.nruns", 0);
pref("conversations.uninstall_infos", "{}");
pref("conversations.logging_enabled", false);
Expand Down
1 change: 0 additions & 1 deletion modules/monkeypatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ MonkeyPatch.prototype = {
}
}
Prefs.setString("conversations.uninstall_infos", "{}");
Prefs.setInt("conversations.version", 0);
},

activateMenuItem: function (window) {
Expand Down

0 comments on commit 07931be

Please sign in to comment.