X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/203b65dd29ad224968b9d7dbb227cecaeec5568c..aa78d22e2008726218d47da1f2ac5864c11b8ebb:/src/gtk1/dcscreen.cpp?ds=sidebyside diff --git a/src/gtk1/dcscreen.cpp b/src/gtk1/dcscreen.cpp index d5ce96c175..dbd3a29229 100644 --- a/src/gtk1/dcscreen.cpp +++ b/src/gtk1/dcscreen.cpp @@ -37,13 +37,6 @@ wxScreenDC::wxScreenDC() m_cmap = gdk_colormap_get_system(); m_window = GDK_ROOT_PARENT(); -#ifdef __WXGTK20__ - m_context = gdk_pango_context_get(); - pango_context_set_language( m_context, gtk_get_default_language() ); - m_layout = pango_layout_new( m_context ); -// m_fontdesc = pango_font_description_copy( widget->style->font_desc ); -#endif - m_isScreenDC = TRUE; SetUpDC();