From d3d8e21fa9d6fe68d1da47fbc5652d815c3a09f2 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 18 Feb 2009 00:17:17 +0900 Subject: [PATCH] Remove empty comment eb9211b894f384c7a6fda21fd0219378c6e8643f --- common/content/options.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/options.js b/common/content/options.js index 7c1df76f..1442ce23 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -379,7 +379,6 @@ function Options() //{{{ case Ci.nsIPrefBranch.PREF_STRING: let value = branch.getComplexValue(name, Ci.nsISupportsString).data; // try in case it's a localized string (will throw an exception if not) - // if (!services.get("pref").prefIsLocked(name) && !services.get("pref").prefHasUserValue(name) && RegExp("chrome://.+/locale/.+\\.properties").test(value)) value = branch.getComplexValue(name, Ci.nsIPrefLocalizedString).data;