From c9509bf7368349eec7a103ea93b0e46a0557ab74 Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Tue, 27 Jan 2015 13:05:59 -0600 Subject: [PATCH] Removed unused functions. --- src/robotjs.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/robotjs.cc b/src/robotjs.cc index f2445fa5..cade989e 100644 --- a/src/robotjs.cc +++ b/src/robotjs.cc @@ -124,12 +124,7 @@ void init(Handle target) target->Set(NanNew("typeString"), NanNew(typeString)->GetFunction()); - - target->Set(NanNew("captureScreen"), - NanNew(captureScreen)->GetFunction()); - - target->Set(NanNew("getWindows"), - NanNew(getWindows)->GetFunction()); + } NODE_MODULE(robotjs, init)