]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/font.cpp
better <HR> tag handling in wxHTML
[wxWidgets.git] / src / mgl / font.cpp
index 4deda242cf47a7bab3ebb2026e4aa4734943a126..85e934c02cd75e6a9f9d040c4afb8afab74358e9 100644 (file)
@@ -177,7 +177,6 @@ bool wxFont::Create(int pointSize,
 
 struct font_t *wxFont::GetMGLfont_t(float scale, bool antialiased)
 {
-    // FIXME_MGL -- no antialiasing for fonts smaller than certain treshold!
     if ( !M_FONTDATA->m_valid )
     {
         wxMGLFontLibrary *old = M_FONTDATA->m_library;