simplify Refresh() and Update()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-01 07:52:39 +00:00
parent a56a99abe8
commit 6cab4fcac7
2 changed files with 18 additions and 49 deletions

View File

@@ -129,9 +129,6 @@ public:
// regularly
virtual void OnInternalIdle();
// Internal represention of Update()
void GtkUpdate();
// For compatibility across platforms (not in event table)
void OnIdle(wxIdleEvent& WXUNUSED(event)) {}