projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed an unused parameter warning
[wxWidgets.git]
/
include
/
wx
/
notebook.h
diff --git
a/include/wx/notebook.h
b/include/wx/notebook.h
index 0afe7a1f8b90942e02798a7dc445ad77cca05bf3..35b0cc2efb0f4a572d83f3eb3b7d40687def91db 100644
(file)
--- a/
include/wx/notebook.h
+++ b/
include/wx/notebook.h
@@
-278,8
+278,6
@@
typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&);
#include "wx/mac/notebook.h"
#elif defined(__WXPM__)
#include "wx/os2/notebook.h"
-#elif defined(__WXSTUBS__)
- #include "wx/stubs/notebook.h"
#endif
#endif // wxUSE_NOTEBOOK