Unregister function (not implemented)

This commit is contained in:
Simon Robertshaw 2011-06-03 14:21:46 +01:00
parent 3f072d9bc3
commit fc426b2404

View File

@ -36,4 +36,5 @@ int luatpt_get_name(lua_State* l);
int luatpt_set_shortcuts(lua_State* l);
int luatpt_delete(lua_State* l);
int luatpt_register_step(lua_State* l);
int luatpt_unregister_step(lua_State* l);
#endif