From a1e100adbeb9acc7944b739377a26a0d5105d867 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 12 May 2011 10:28:47 +0000 Subject: [PATCH] Removed redundent method --- include/osgQt/QFontImplementation | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osgQt/QFontImplementation b/include/osgQt/QFontImplementation index c2bd056c0..b8a161b88 100644 --- a/include/osgQt/QFontImplementation +++ b/include/osgQt/QFontImplementation @@ -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: