Skip to content

Commit 60021fc

Browse files
committed
Fixed unused variable warning.
1 parent 51082e9 commit 60021fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotjs.cc

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ NAN_METHOD(scrollMouse)
247247
int x = info[0]->Int32Value();
248248
int y = info[1]->Int32Value();
249249

250-
MMPoint point;
251250
scrollMouse(x, y);
252251
microsleep(mouseDelay);
253252

0 commit comments

Comments
 (0)