1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:37:58 +01:00

Remove empty comment

eb9211b894f384c7a6fda21fd0219378c6e8643f
This commit is contained in:
anekos
2009-02-18 00:17:17 +09:00
parent f0ff9bf2a1
commit d3d8e21fa9

View File

@@ -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;