removed stray return from SetFont()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-02-27 14:04:50 +00:00
parent 72be9a3a27
commit c0da0dbabf

View File

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