diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 74caae03..478c8384 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -2114,8 +2114,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { dactyl.log("All modules loaded", 3); - prefs.set("extensions.dactyl.version", util.addon.version); - try { if (services.fuel) var args = services.fuel.storage.get("dactyl.commandlineArgs", null);