Remove accidental bindings

This commit is contained in:
Vinyl Darkscratch 2017-05-14 15:50:59 -07:00
parent a091b53f69
commit c9d821e878

View file

@ -114,6 +114,4 @@ void oneshotBindingInit()
_rb_define_module_function(module, "allow_exit", oneshotAllowExit);
_rb_define_module_function(module, "exiting", oneshotExiting);
_rb_define_module_function(module, "shake", oneshotShake);
_rb_define_module_function(module, "setwinpos", oneshotSetWindowPos);
_rb_define_module_function(module, "getwinpos", oneshotGetWindowPos);
}