removed final traces of wxStAppResource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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_
|
||||
|
||||
|
@@ -592,12 +592,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
|
||||
SetEventMask( everyEvent ) ;
|
||||
UMAShowWatchCursor() ;
|
||||
|
||||
#if defined(WXMAKINGDLL_CORE) && defined(__DARWIN__)
|
||||
// open shared library resources from here since we don't have
|
||||
// __wxinitialize in Mach-O shared libraries
|
||||
wxStAppResource::OpenSharedLibraryResource(NULL);
|
||||
#endif
|
||||
|
||||
#ifndef __DARWIN__
|
||||
# if __option(profile)
|
||||
ProfilerInit( collectDetailed, bestTimeBase , 40000 , 50 ) ;
|
||||
@@ -711,12 +705,6 @@ void wxApp::CleanUp()
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(WXMAKINGDLL_CORE) && defined(__DARWIN__)
|
||||
// close shared library resources from here since we don't have
|
||||
// __wxterminate in Mach-O shared libraries
|
||||
wxStAppResource::CloseSharedLibraryResource();
|
||||
#endif
|
||||
|
||||
UMACleanupToolbox() ;
|
||||
if (s_macCursorRgn) {
|
||||
::DisposeRgn((RgnHandle)s_macCursorRgn);
|
||||
|
Reference in New Issue
Block a user