diff --git a/src/robotjs.cc b/src/robotjs.cc index 6fe9159b..18d5f6ad 100644 --- a/src/robotjs.cc +++ b/src/robotjs.cc @@ -247,7 +247,6 @@ NAN_METHOD(scrollMouse) int x = info[0]->Int32Value(); int y = info[1]->Int32Value(); - MMPoint point; scrollMouse(x, y); microsleep(mouseDelay);