mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 366774 - Remove unused preference bidi.characterset. (p3) (v2) r=smontagu
This commit is contained in:
parent
a3b03e1bec
commit
32c8346cc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user