Removed redundent method

This commit is contained in:
Robert Osfield 2011-05-12 10:28:47 +00:00
parent 3a4ff98883
commit a1e100adbe

View File

@ -35,7 +35,6 @@ public:
virtual osgText::Glyph3D* getGlyph3D(unsigned int charcode) { return 0; }
virtual osg::Vec2 getKerning(unsigned int leftcharcode, unsigned int rightcharcode, osgText::KerningType kerningType);
virtual bool hasVertical() const;
virtual float getScale() const { return 1.0f; }
protected: