Skip to content

Commit c9509bf

Browse files
committed
Removed unused functions.
1 parent a896fb8 commit c9509bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/robotjs.cc

+1-6
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,7 @@ void init(Handle<Object> target)
124124

125125
target->Set(NanNew<String>("typeString"),
126126
NanNew<FunctionTemplate>(typeString)->GetFunction());
127-
128-
target->Set(NanNew<String>("captureScreen"),
129-
NanNew<FunctionTemplate>(captureScreen)->GetFunction());
130-
131-
target->Set(NanNew<String>("getWindows"),
132-
NanNew<FunctionTemplate>(getWindows)->GetFunction());
127+
133128
}
134129

135130
NODE_MODULE(robotjs, init)

0 commit comments

Comments
 (0)