Removed the old code paths

This commit is contained in:
Robert Osfield
2017-02-22 14:14:03 +00:00
parent f816436771
commit 7b3ecefcfc
4 changed files with 5 additions and 439 deletions

View File

@@ -20,8 +20,6 @@
#include <osgText/KerningType>
#include <osgText/Font>
#define NEW_APPROACH
namespace osgText {
@@ -320,10 +318,6 @@ protected:
int _width;
int _height;
osg::Vec3 _transformedPosition;
#ifndef NEW_APPROACH
osg::Matrix _modelview;
osg::Matrix _projection;
#endif
osg::Matrix _matrix;
};