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 51a9a95b52..f720a8681e 100644
--- a/widget/uikit/nsLookAndFeel.mm
+++ b/widget/uikit/nsLookAndFeel.mm
@@ -282,9 +282,6 @@ nsLookAndFeel::NativeGetInt(IntID aID, int32_t& aResult) {
case IntID::TreeScrollLinesMax:
aResult = 3;
break;
- case IntID::TabFocusModel:
- aResult = 1; // default to just textboxes
- break;
case IntID::ScrollToClick:
aResult = 0;
break;