projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed warning for Darwin compilation from datetime.inl
[wxWidgets.git]
/
src
/
common
/
init.cpp
diff --git
a/src/common/init.cpp
b/src/common/init.cpp
index 390dced3de669ff46f3a40da23f478caf15d049f..41b3d29330f87cd820ffa60a49845aff2794fe44 100644
(file)
--- a/
src/common/init.cpp
+++ b/
src/common/init.cpp
@@
-76,13
+76,6
@@
void WXDLLEXPORT wxExit()
abort();
}
abort();
}
-// Yield to other apps/messages
-bool WXDLLEXPORT wxYield()
-{
- // do nothing
- return TRUE;
-}
-
// Yield to other apps/messages
void WXDLLEXPORT wxWakeUpIdle()
{
// Yield to other apps/messages
void WXDLLEXPORT wxWakeUpIdle()
{