summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-24 12:20:01 +0300
committerAndrew Dolgov <[email protected]>2009-12-24 12:20:01 +0300
commit44258fa967a8804a80d84ebd845a8668c18ca890 (patch)
treed1a40d64bcd51050804c5ff3f0e1f879d531108e /prefs.js
parent87dd6451fc72643cd25786b26ae53bed9d58d92f (diff)
remove obsolete methods to call init(); code cleanup
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/prefs.js b/prefs.js
index 820c31eac..8c0d2fbe1 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1217,9 +1217,6 @@ function init() {
try {
- if (arguments.callee.done) return;
- arguments.callee.done = true;
-
if (getURLParam('debug')) {
Element.show("debug_output");
debug('debug mode activated');