projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Standardize on using "Added" instead of "Add" in the change log.
[wxWidgets.git]
/
src
/
os2
/
utils.cpp
diff --git
a/src/os2/utils.cpp
b/src/os2/utils.cpp
index adf5aab3da68a2a7b1e79ffded61e871b161f2d4..66af86b3e842b6b9d29694c48d02aef8063472b0 100644
(file)
--- a/
src/os2/utils.cpp
+++ b/
src/os2/utils.cpp
@@
-306,12
+306,6
@@
void wxFlushEvents()
// wxYield();
}
-// Emit a beeeeeep
-void wxBell()
-{
- DosBeep(1000,1000); // 1kHz during 1 sec.
-}
-
wxString wxGetOsDescription()
{
wxString strVer(wxT("OS/2"));