diff --git a/binding-mri/oneshot-binding.cpp b/binding-mri/oneshot-binding.cpp index 9e0bfbf..f1515b2 100644 --- a/binding-mri/oneshot-binding.cpp +++ b/binding-mri/oneshot-binding.cpp @@ -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); }