diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index a411b1d747..77f964ee3c 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -283,8 +283,7 @@ class MyAvatar : public Avatar { * the value.
* @property {number} analogPlusSprintSpeed - The sprint (run) speed of your avatar for the "AnalogPlus" control scheme. * @property {MyAvatar.SitStandModelType} userRecenterModel - Controls avatar leaning and recentering behavior. - *Deprecated: This property is deprecated and will be removed. If you need it, please contact - * the developers.
+ *Deprecated: This property is deprecated and will be removed.
* @property {boolean} isInSittingState -true
if the user wearing the HMD is determined to be sitting;
* false
if the user wearing the HMD is determined to be standing. This can affect whether the avatar
* is allowed to stand, lean or recenter its footing, depending on user preferences.
@@ -416,10 +415,7 @@ class MyAvatar : public Avatar {
Q_PROPERTY(float sprintSpeed READ getSprintSpeed WRITE setSprintSpeed NOTIFY sprintSpeedChanged);
Q_PROPERTY(bool isInSittingState READ getIsInSittingState WRITE setIsInSittingState);
- /**jsdoc
- * @deprecated This property is deprecated and will be removed. If you need it, please contact the developers.
- */
- Q_PROPERTY(MyAvatar::SitStandModelType userRecenterModel READ getUserRecenterModel WRITE setUserRecenterModel);
+ Q_PROPERTY(MyAvatar::SitStandModelType userRecenterModel READ getUserRecenterModel WRITE setUserRecenterModel); // Deprecated
/**jsdoc
* @deprecated This property is deprecated and will be removed. If you need it, please contact the developers.
@@ -532,8 +528,7 @@ public:
/**jsdoc
* Specifies different avatar leaning and recentering behaviors.
- *Deprecated: This enumeration is deprecated and will be removed. If you need it, please contact - * the developers
+ *Deprecated: This type is deprecated and will be removed.
*Value | Name | Description |
---|