From c280da69183a588ca7fffb474a630191eaf94798 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 21 Aug 2007 10:52:39 +0000 Subject: [PATCH] Remove redundant line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/gnome/gprint.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gtk/gnome/gprint.cpp b/src/gtk/gnome/gprint.cpp index 2f7425c839..e3c8fffb0d 100644 --- a/src/gtk/gnome/gprint.cpp +++ b/src/gtk/gnome/gprint.cpp @@ -1847,10 +1847,6 @@ void wxGnomePrintDC::DoGetTextExtent(const wxString& string, wxCoord *width, wxC return; } - // Set new font description - if (theFont) - pango_layout_set_font_description( m_layout, theFont->GetNativeFontInfo()->description ); - // Set layout's text // FIXME-UTF8: wouldn't be needed if utf8_str() always returned a buffer -- 2.45.2