mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Move the bell implementation into glfw
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user