projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Open debugger at the location of failing assert, if possible.
[wxWidgets.git]
/
include
/
wx
/
dfb
/
window.h
diff --git
a/include/wx/dfb/window.h
b/include/wx/dfb/window.h
index b12d07ab87643459da6fc678f831ca31f4925ee9..f6018c7c3f65c2cd5f2f1ded7391ed83891def3f 100644
(file)
--- a/
include/wx/dfb/window.h
+++ b/
include/wx/dfb/window.h
@@
-100,8
+100,6
@@
public:
// returns toplevel window the window belongs to
wxNonOwnedWindow *GetTLW() const { return m_tlw; }
- void OnInternalIdle();
-
virtual bool IsDoubleBuffered() const { return true; }
protected: