cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a0a2b5c41c
commit
0162d7b369
@ -1939,20 +1939,6 @@ CGColorRef wxMacCreateCGColorFromHITheme( ThemeBrush brush )
|
||||
return color;
|
||||
}
|
||||
|
||||
#ifndef __LP64__
|
||||
|
||||
wxMacPortSaver::wxMacPortSaver( GrafPtr port )
|
||||
{
|
||||
::GetPort( &m_port );
|
||||
::SetPort( port );
|
||||
}
|
||||
|
||||
wxMacPortSaver::~wxMacPortSaver()
|
||||
{
|
||||
::SetPort( m_port );
|
||||
}
|
||||
#endif
|
||||
|
||||
#if wxMAC_USE_QUICKDRAW
|
||||
|
||||
void wxMacGlobalToLocal( WindowRef window , Point*pt )
|
||||
|
Loading…
Reference in New Issue
Block a user