git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-11-29 14:10:14 +00:00
parent a0a2b5c41c
commit 0162d7b369

View File

@ -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 )