Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1883,14 +1883,6 @@ void wxWindowDC::SetFont( const wxFont &font )
|
||||
{
|
||||
PangoContext *oldContext = m_context;
|
||||
|
||||
// We might want to use the X11 context for faster
|
||||
// rendering on screen.
|
||||
// MR: Lets not want to do this, as this introduces libpangox dependancy.
|
||||
#if 0
|
||||
if (m_font.GetNoAntiAliasing())
|
||||
m_context = m_owner->GtkGetPangoX11Context();
|
||||
else
|
||||
#endif
|
||||
m_context = m_owner->GtkGetPangoDefaultContext();
|
||||
|
||||
// If we switch back/forth between different contexts
|
||||
|
Reference in New Issue
Block a user