Commit 49190bc7549216c3403f2fc084673504560d8431

henry 2002-02-16T06:17:25

hardly worth mentioning

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/FTPixmapGlyph.cpp b/src/FTPixmapGlyph.cpp
index 3ad3fdc..e700436 100755
--- a/src/FTPixmapGlyph.cpp
+++ b/src/FTPixmapGlyph.cpp
@@ -83,7 +83,6 @@ float FTPixmapGlyph::Render( const FT_Vector& pen)
 
 		glDrawPixels( destWidth, destHeight, GL_RGBA, GL_UNSIGNED_BYTE, (const GLvoid*)data);
 
-
 		// Restore the glyph origin
 		glBitmap( 0, 0, 0.0, 0.0, -pen.x - pos.x, -pen.y + pos.y, (const GLubyte *)0);