From c9d821e878a416e23d3fc28f7f4aea3cbca45757 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Sun, 14 May 2017 15:50:59 -0700 Subject: [PATCH] Remove accidental bindings --- binding-mri/oneshot-binding.cpp | 2 -- 1 file changed, 2 deletions(-) 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); }