]> git.saurik.com Git - wxWidgets.git/commitdiff
removed stray return from SetFont()
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Feb 2007 14:04:50 +0000 (14:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Feb 2007 14:04:50 +0000 (14:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/dcclient.cpp

index d4fa32eb392413ed515c4622cfdf9187800ef3e7..291b93b268d5e2a22f21fdade45005daab34e701 100644 (file)
@@ -1779,8 +1779,6 @@ void wxWindowDC::SetFont( const wxFont &font )
 
     m_font = font;
 
-    return;
-
 #if wxUSE_UNICODE
     m_fontdesc = font.GetNativeFontInfo()->description;
 #endif