Remove unused global variable left over from Carbon
This "g_MacLastWindow" was only used in Carbon code and should have been removed
in 5ba67c67e4
.
This commit is contained in:
@@ -266,9 +266,6 @@ wxWindowMac::~wxWindowMac()
|
||||
tlw->SetDefaultItem(NULL);
|
||||
}
|
||||
|
||||
if ( g_MacLastWindow == this )
|
||||
g_MacLastWindow = NULL ;
|
||||
|
||||
#ifndef __WXUNIVERSAL__
|
||||
wxFrame* frame = wxDynamicCast( wxGetTopLevelParent( (wxWindow*)this ) , wxFrame ) ;
|
||||
if ( frame )
|
||||
|
Reference in New Issue
Block a user