code cleanup

This commit is contained in:
Dane Springmeyer 2013-03-11 15:25:46 -07:00
parent db437be302
commit 3bc45ca7ce

View file

@ -570,10 +570,6 @@ void text_renderer<T>::render(pixel_position const& pos)
{
FT_BitmapGlyph bit = (FT_BitmapGlyph)itr->image;
//render_bitmap(&bit->bitmap, itr->properties->fill.rgba(),
// bit->left,
// height - bit->top, itr->properties->text_opacity);
composite_bitmap(pixmap_,
&bit->bitmap,
itr->properties->fill.rgba(),