Bug 366774 - Remove unused preference bidi.characterset. (p3) (v2) r=smontagu

This commit is contained in:
Edmund Wong 2011-04-25 01:56:49 +08:00
parent a3b03e1bec
commit 32c8346cc7

View File

@ -1217,12 +1217,6 @@ pref("bidi.numeral", 0);
// 2 = OsBidisupport
// 3 = disableBidisupport
pref("bidi.support", 1);
// ------------------
// Charset Mode
// ------------------
// 1 = doccharactersetBidi *
// 2 = defaultcharactersetBidi
pref("bidi.characterset", 1);
// Whether delete and backspace should immediately delete characters not
// visually adjacent to the caret, or adjust the visual position of the caret
// on the first keypress and delete the character on a second keypress