remove some redundant data members
This commit is contained in:
committed by
Rudolf Polzer
parent
3ce82871e3
commit
3cd914c5e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user