summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-14 14:11:25 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-14 14:11:25 -0400
commit89941d404cdae213ad6c609051de3d206f433beb (patch)
tree96f41e2436e446139d9c59e1c27f86696c55e9cc /ext/fg
parent721248c8210c2fb386b765eb518580765091fa67 (diff)
Remove unused variable
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/js/frontend.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js
index d0bbed69..9341e492 100644
--- a/ext/fg/js/frontend.js
+++ b/ext/fg/js/frontend.js
@@ -126,7 +126,6 @@ class Frontend {
return false;
}
- this.mousePosLast = {x: e.clientX, y: e.clientY};
this.popupTimerClear();
this.searchClear();
}