]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/app.h
fix ifdef - its libpng not pnglib :)
[wxWidgets.git] / include / wx / mac / carbon / app.h
index de72040f3a92b402ba05c6e5f7734a947aac5c28..33db82d82e7e3aaaebc50c8b7226b7c4cd438a6a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_APP_H_
@@ -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_