Updated doc
diff --git a/include/FTGLOutlineFont.h b/include/FTGLOutlineFont.h
index f362746..a7f4b23 100755
--- a/include/FTGLOutlineFont.h
+++ b/include/FTGLOutlineFont.h
@@ -51,8 +51,6 @@ class FTGL_EXPORT FTGLOutlineFont : public FTFont
*/
void Render( const wchar_t* string);
- // attributes
-
private:
/**
* Construct a FTOutlineGlyph.
diff --git a/include/FTGLPixmapFont.h b/include/FTGLPixmapFont.h
index 3de8932..f781ddf 100755
--- a/include/FTGLPixmapFont.h
+++ b/include/FTGLPixmapFont.h
@@ -52,7 +52,6 @@ class FTGL_EXPORT FTGLPixmapFont : public FTFont
*/
void Render( const wchar_t* string);
-
private:
/**
* Construct a FTPixmapGlyph.