summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Controller.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-12-08 13:27:41 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2010-12-08 13:57:19 -0800
commit883039e07b0c0ef23c7fc4ba3455b41173c7a7fc (patch)
treed5452f7dfa26ed81671f986ddaa5154baf414e9a /hw/xquartz/X11Controller.h
parent2c70b650b342378898064cf27e2f95c4b2e53d24 (diff)
XQuartz: Just NSBeep() for XBell()
The CoreAudio path uses deprecated API and has reported crashes that aren't worth fixing (4e8bf12b13690afa6d9fee0e339d3819ef16fb3f fixed one and introduced another). NSBeep() does the job just fine. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/X11Controller.h')
-rw-r--r--hw/xquartz/X11Controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/X11Controller.h b/hw/xquartz/X11Controller.h
index 65a09b8d5..9edaacdd5 100644
--- a/hw/xquartz/X11Controller.h
+++ b/hw/xquartz/X11Controller.h
@@ -65,7 +65,6 @@ typedef unsigned int NSUInteger;
IBOutlet NSButton *fake_buttons;
IBOutlet NSButton *enable_fullscreen;
IBOutlet NSButton *enable_fullscreen_menu;
- IBOutlet NSButton *use_sysbeep;
IBOutlet NSButton *enable_keyequivs;
IBOutlet NSButton *sync_keymap;
IBOutlet NSButton *option_sends_alt;