diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 42081de10d..23657b184a 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3180,11 +3180,6 @@ void Application::setHmdTabletBecomesToolbarSetting(bool value) { updateSystemTabletMode(); } -void Application::setShowOverlays(bool value) { - _hmdTabletBecomesToolbarSetting.set(value); - updateSystemTabletMode(); -} - void Application::setPreferStylusOverLaser(bool value) { _preferStylusOverLaserSetting.set(value); }