mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Remove accidental bindings
This commit is contained in:
parent
a091b53f69
commit
c9d821e878
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue