Remove unused variable

This commit is contained in:
toasted-nutbread 2019-09-14 14:11:25 -04:00
parent 721248c821
commit 89941d404c

View File

@ -126,7 +126,6 @@ class Frontend {
return false;
}
this.mousePosLast = {x: e.clientX, y: e.clientY};
this.popupTimerClear();
this.searchClear();
}