mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-03 03:59:12 +01:00
Remove unused mouse_arr variable
This commit is contained in:
parent
749ddce5b9
commit
1de3769fd3
@ -153,7 +153,6 @@ export default class RFB extends EventTargetMixin {
|
||||
|
||||
// Mouse state
|
||||
this._mouse_buttonMask = 0;
|
||||
this._mouse_arr = [];
|
||||
this._viewportDragging = false;
|
||||
this._viewportDragPos = {};
|
||||
this._viewportHasMoved = false;
|
||||
|
Loading…
Reference in New Issue
Block a user