jperkin / node-openzwave

node.js interface to libopenzwave
Other
110 stars 55 forks source link

disablePoll in src #57

Open altDAW opened 8 years ago

altDAW commented 8 years ago

Hello,

I see that your "openzwave.cc" file in the src folder have one line that seems to be weird. Indeed, the 719 line is :

NODE_SET_PROTOTYPE_METHOD(t, "disablePoll", OZW::EnablePoll);

But some lines before there is a function called : Handle<Value> OZW::DisablePoll(const Arguments& args) And you do not use this function.

Is it normal ?

Thank's, ALT