Now that we are using libcanberra, don't tell the X server to play the bell

* src/core/bell.c (meta_bell_set_audible): Now that we are
using libcanberra, don't tell the X server to play the system
bell internally.

svn path=/trunk/; revision=4141

https://bugzilla.gnome.org/show_bug.cgi?id=609585
This commit is contained in:
Matthias Clasen 2009-02-13 00:09:44 +00:00 committed by Owen W. Taylor
parent 5aab9e878f
commit c51767eef1

View File

@ -332,12 +332,6 @@ meta_bell_notify (MetaDisplay *display,
void
meta_bell_set_audible (MetaDisplay *display, gboolean audible)
{
#ifdef HAVE_XKB
XkbChangeEnabledControls (display->xdisplay,
XkbUseCoreKbd,
XkbAudibleBellMask,
audible ? XkbAudibleBellMask : 0);
#endif
}
gboolean