X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d67974d248156678a45aded725f5b92c69f502a..10d878a9ea0b6bf66c469afe265735721c81a1f7:/include/wx/dynload.h?ds=inline diff --git a/include/wx/dynload.h b/include/wx/dynload.h index d70c8cfa1f..b754dee03f 100644 --- a/include/wx/dynload.h +++ b/include/wx/dynload.h @@ -13,10 +13,6 @@ #ifndef _WX_DYNAMICLOADER_H__ #define _WX_DYNAMICLOADER_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "dynload.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -112,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) {}