projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
moved wxMenuBar::FindMenu(title) from MSW to common code
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
app.h
diff --git
a/include/wx/gtk1/app.h
b/include/wx/gtk1/app.h
index 58083583f8ea141b041eeeaf5c72812e3ae2d493..7564b247c77028c9354826066e2db34abd88e154 100644
(file)
--- a/
include/wx/gtk1/app.h
+++ b/
include/wx/gtk1/app.h
@@
-59,9
+59,6
@@
public:
static void CleanUp();
bool ProcessIdle();
-#if wxUSE_THREADS
- void ProcessPendingEvents();
-#endif
void DeletePendingObjects();
// This can be used to suppress the generation of Idle events.