X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..08469b1f18dbf44abd5400ddf83a7c0e1bd65af1:/include/wx/dynload.h diff --git a/include/wx/dynload.h b/include/wx/dynload.h index 92585ab36d..b754dee03f 100644 --- a/include/wx/dynload.h +++ b/include/wx/dynload.h @@ -108,13 +108,6 @@ public: int flags = wxDL_DEFAULT ); static bool UnloadLibrary(const wxString &libname); - // This is used by wxDllLoader. It's wrapped in the compatibility - // macro because it's of arguable use outside of that. - -#if WXWIN_COMPATIBILITY_2_2 - wxDEPRECATED( static wxPluginLibrary *GetObjectFromHandle(wxDllType handle) ); -#endif - // Instance methods. wxPluginManager() : m_entry(NULL) {}