diff --git a/libraries/ui/src/OffscreenUi.cpp b/libraries/ui/src/OffscreenUi.cpp index 1aa14cb9f8..34184057e0 100644 --- a/libraries/ui/src/OffscreenUi.cpp +++ b/libraries/ui/src/OffscreenUi.cpp @@ -35,7 +35,7 @@ /**jsdoc * The OffscreenFlags API enables gamepad joystick navigation of UI. * - *

This API no longer works.

+ *

This API currently has no effect and is not used.

* * @namespace OffscreenFlags * @@ -47,8 +47,6 @@ * doesn't. * @property {boolean} navigationFocusDisabled - true if UI joystick navigation focus is disabled, * false if it isn't. - * - * @deprecated This API is deprecated and will be removed. */ // Needs to match the constants in resources/qml/Global.js