Cleaned out old code paths

This commit is contained in:
Robert Osfield
2017-03-09 17:33:38 +00:00
parent 96760970ed
commit 2cad221d80
4 changed files with 2 additions and 77 deletions

View File

@@ -302,9 +302,6 @@ public:
GlyphQuads();
GlyphQuads(const GlyphQuads& gq);
void initGlyphQuads();
void initGPUBufferObjects();
void setupPrimitives(Text::BackdropType backdropType);
Glyphs& getGlyphs() { return _glyphs; }