From 6184ecba3fae46f8839d368c04af9315f1abb8d7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Feb 2003 14:00:31 +0000 Subject: [PATCH] Removed non implemented method convertWideString(const char* text) from header --- include/osgText/EncodedText | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osgText/EncodedText b/include/osgText/EncodedText index ee39b8751..2f2cd3f7c 100644 --- a/include/osgText/EncodedText +++ b/include/osgText/EncodedText @@ -74,7 +74,6 @@ class OSGTEXT_EXPORT EncodedText : public osg::Referenced friend class Text; - std::string convertWideString(const char* text); std::string convertWideString(const wchar_t* text); void setText(const unsigned char* text, int length = -1); int getNextCharacter(const unsigned char*& charString) const;