Move the bell implementation into glfw

This commit is contained in:
Kovid Goyal
2017-11-20 23:03:27 +05:30
parent 32a6dd2aa1
commit a5078afd1e
12 changed files with 76 additions and 46 deletions

View File

@@ -152,11 +152,6 @@ cocoa_make_window_resizable(void *w) {
return true;
}
void
cocoa_audio_bell(void) {
NSBeep();
}
PyObject*
cocoa_get_lang(PyObject UNUSED *self) {
NSString* locale = nil;