X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..1981118d4bcd47bdbe4de66aba3e5db6368c7517:/include/wx/toplevel.h diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index db7ce01967..02dc3ea81d 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -113,11 +113,6 @@ public: // operation is successful.) virtual bool SetShape(const wxRegion& WXUNUSED(region)) { return FALSE; } - // old functions, use the new ones instead! -#if WXWIN_COMPATIBILITY_2 - bool Iconized() const { return IsIconized(); } -#endif // WXWIN_COMPATIBILITY_2 - // implementation only from now on // -------------------------------