Commit 57016f3f authored by morgan's avatar morgan 😸 Committed by morgan
Browse files

Bug 42070: Hide "Use smooth scrolling" from settings

parent 9a15523f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -731,7 +731,8 @@
            preference="general.autoScroll"/>
  <checkbox id="useSmoothScrolling"
            data-l10n-id="browsing-use-smooth-scrolling"
            preference="general.smoothScroll"/>
            preference="general.smoothScroll"
            hidden="true"/>
#ifdef MOZ_WIDGET_GTK
  <checkbox id="useOverlayScrollbars"
            data-l10n-id="browsing-gtk-use-non-overlay-scrollbars"