remove some redundant data members

This commit is contained in:
Rudolf Polzer
2010-11-16 18:51:28 +01:00
committed by Rudolf Polzer
parent 3ce82871e3
commit 3cd914c5e1
5 changed files with 5 additions and 13 deletions

View File

@@ -1999,9 +1999,6 @@ struct OpenGLBinding
void (*assertNoErrors)(const char *file, int line);
GLFont *m_font; // MUST be set!
int m_fontHeight;
int m_fontAscent;
int m_fontDescent;
/// \brief Renders \p string at the current raster-position of the current context.
void drawString(const char* string) const