Cleaned out old code paths
This commit is contained in:
@@ -302,9 +302,6 @@ public:
|
||||
GlyphQuads();
|
||||
GlyphQuads(const GlyphQuads& gq);
|
||||
|
||||
void initGlyphQuads();
|
||||
void initGPUBufferObjects();
|
||||
|
||||
void setupPrimitives(Text::BackdropType backdropType);
|
||||
|
||||
Glyphs& getGlyphs() { return _glyphs; }
|
||||
|
||||
@@ -282,9 +282,7 @@ protected:
|
||||
|
||||
void initArraysAndBuffers();
|
||||
|
||||
#ifdef NEW_APPROACH
|
||||
osg::VertexArrayState* createVertexArrayState(osg::RenderInfo& renderInfo) const;
|
||||
#endif
|
||||
|
||||
bool computeMatrix(osg::Matrix& matrix, osg::State* state=0) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user