resource fork not used anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-08-23 17:48:18 +00:00
parent c553658918
commit 8bd2fdfd58
3 changed files with 0 additions and 152 deletions

View File

@@ -536,8 +536,6 @@ void wxMenuBar::MacInstallMenuBar()
if ( s_macInstalledMenuBar == this )
return ;
wxStAppResource resload ;
MenuBarHandle menubar = NULL ;
#if TARGET_API_MAC_OSX
menubar = NewHandleClear( 6 /* sizeof( MenuBarHeader ) */ ) ;