Skip to content

Commit c274797

Browse files
committed
Remove unused variable
1 parent b32f808 commit c274797

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/webapp/src/js/controls/map/MapControls.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export class MapControls {
9696
*/
9797
start(manager) {
9898
this.manager = manager;
99-
this.snapDistance = manager.distance;
10099

101100
this.rootElement.addEventListener("contextmenu", this.onContextMenu);
102101
this.hammer.on("tap", this.onTap);

0 commit comments

Comments
 (0)