]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
Initial commit of wxAUI
[wxWidgets.git] / include / wx / dynload.h
index 92585ab36d160a3b08a34c62a293f3b6297fe89a..b754dee03fed44e344196df460ee6557213710a9 100644 (file)
@@ -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) {}