Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gizmo fixes #6763

Merged
merged 11 commits into from
Jun 28, 2024
Prev Previous commit
Next Next commit
removed unused property
  • Loading branch information
kpal81xd committed Jun 27, 2024
commit d305148dad8ee2f7782cb80cd6bc33b90853d9eb
8 changes: 0 additions & 8 deletions src/extras/gizmo/gizmo.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,6 @@ class Gizmo extends EventHandler {
*/
static EVENT_RENDERUPDATE = 'render:update';

/**
* Internal device start size.
*
* @type {number}
* @private
*/
_deviceStartSize;

/**
* Internal version of the gizmo size. Defaults to 1.
*
Expand Down