Skip to content

Commit

Permalink
Removed unused functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Jan 27, 2015
1 parent a896fb8 commit c9509bf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,7 @@ void init(Handle<Object> target)

target->Set(NanNew<String>("typeString"),
NanNew<FunctionTemplate>(typeString)->GetFunction());

target->Set(NanNew<String>("captureScreen"),
NanNew<FunctionTemplate>(captureScreen)->GetFunction());

target->Set(NanNew<String>("getWindows"),
NanNew<FunctionTemplate>(getWindows)->GetFunction());

}

NODE_MODULE(robotjs, init)

0 comments on commit c9509bf

Please sign in to comment.