Skip to content

Commit

Permalink
Fixed unused variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
BHamrick1 committed May 18, 2016
1 parent 51082e9 commit 60021fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ NAN_METHOD(scrollMouse)
int x = info[0]->Int32Value();
int y = info[1]->Int32Value();

MMPoint point;
scrollMouse(x, y);
microsleep(mouseDelay);

Expand Down

0 comments on commit 60021fc

Please sign in to comment.