summaryrefslogtreecommitdiffstats
path: root/widget/uikit/nsLookAndFeel.mm
diff options
context:
space:
mode:
Diffstat (limited to 'widget/uikit/nsLookAndFeel.mm')
-rw-r--r--widget/uikit/nsLookAndFeel.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/widget/uikit/nsLookAndFeel.mm b/widget/uikit/nsLookAndFeel.mm
index b420cc9a1d..51a9a95b52 100644
--- a/widget/uikit/nsLookAndFeel.mm
+++ b/widget/uikit/nsLookAndFeel.mm
@@ -232,9 +232,6 @@ nsLookAndFeel::NativeGetInt(IntID aID, int32_t& aResult) {
case IntID::CaretWidth:
aResult = 1;
break;
- case IntID::ShowCaretDuringSelection:
- aResult = 0;
- break;
case IntID::SelectTextfieldsOnKeyFocus:
// Select textfield content when focused by kbd
// used by nsEventStateManager::sTextfieldSelectModel