no need to set X font in WindowDC::SetFont

svn: r2653
This commit is contained in:
Matthew Flatt 2006-04-10 20:53:29 +00:00
parent 900f48115a
commit 3f0990c9d7

View File

@ -2676,8 +2676,10 @@ void wxWindowDC::SetFont(wxFont *font)
if (!(current_font = font)) // nothing to do without a font
return;
#if 0
xfs =(XFontStruct*)font->GetInternalFont(scale_x, scale_y);
XSetFont(DPY, TEXT_GC, xfs->fid);
#endif
}
void wxWindowDC::SetTextForeground(wxColour *col)