mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-22 10:41:50 +02: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
|
// Mouse state
|
||||||
this._mouse_buttonMask = 0;
|
this._mouse_buttonMask = 0;
|
||||||
this._mouse_arr = [];
|
|
||||||
this._viewportDragging = false;
|
this._viewportDragging = false;
|
||||||
this._viewportDragPos = {};
|
this._viewportDragPos = {};
|
||||||
this._viewportHasMoved = false;
|
this._viewportHasMoved = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user