]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/app.h
documented IsActive()
[wxWidgets.git] / include / wx / mac / carbon / app.h
index 15391015a8691161219fa9da6446d3f76cb9e0c2..33db82d82e7e3aaaebc50c8b7226b7c4cd438a6a 100644 (file)
@@ -156,20 +156,6 @@ public:
     DECLARE_EVENT_TABLE()
 };
 
-class WXDLLEXPORT wxStAppResource
-{
-public:
-    wxStAppResource() ;
-    ~wxStAppResource() ;
-
-    // opaque pointer for CFragInitBlock
-    static void OpenSharedLibraryResource(const void *) ;
-    static void CloseSharedLibraryResource() ;
-
-private:
-    short       m_currentRefNum ;
-} ;
-
 #endif
     // _WX_APP_H_