X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..87f0b1323b7ac77f02133b836c8dfee63b0fd387:/src/x11/utils.cpp diff --git a/src/x11/utils.cpp b/src/x11/utils.cpp index c32f5c62c9..688756efef 100644 --- a/src/x11/utils.cpp +++ b/src/x11/utils.cpp @@ -94,14 +94,11 @@ bool wxCheckForInterrupt(wxWindow *WXUNUSED(wnd)) // ---------------------------------------------------------------------------- // Emit a beeeeeep -#ifndef __EMX__ -// on OS/2, we use the wxBell from wxBase library (src/os2/utils.cpp) void wxBell() { // Use current setting for the bell XBell ((Display*) wxGetDisplay(), 0); } -#endif wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const {