Remove unused variable

This commit is contained in:
Lukas Rieger (Blue) 2024-11-27 23:15:32 +01:00
parent b32f808be1
commit c274797f41
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -96,7 +96,6 @@ export class MapControls {
*/
start(manager) {
this.manager = manager;
this.snapDistance = manager.distance;
this.rootElement.addEventListener("contextmenu", this.onContextMenu);
this.hammer.on("tap", this.onTap);