]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dcclient.cpp
added more message names to wxGetMessageName() (modified patch 1611819)
[wxWidgets.git] / 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