X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30dfe2ff149185932b79d14acda4b216aa87d2a7..1ce1bd84eab0dce90ad0ecb4d37c6c2993c2512e:/include/wx/toplevel.h diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 2ea84745b8..6820f9cfee 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -191,7 +191,6 @@ public: virtual bool Destroy(); virtual bool IsTopLevel() const { return true; } virtual wxSize GetMaxSize() const; - virtual bool ProvidesBackground() const { return true; } // event handlers void OnCloseWindow(wxCloseEvent& event);