From 847a384101464a3b15262a37fa45b5ef02d11df6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 25 Feb 2008 13:16:36 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgText/Font.cpp | 4 ---- src/osgWrappers/osgText/Font3D.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/osgWrappers/osgText/Font.cpp b/src/osgWrappers/osgText/Font.cpp index 590fb6afb..704d63329 100644 --- a/src/osgWrappers/osgText/Font.cpp +++ b/src/osgWrappers/osgText/Font.cpp @@ -199,10 +199,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font) __void__releaseGLObjects__osg_State_P1, "If State is non-zero, this function releases OpenGL objects for the specified graphics context. ", "Otherwise, releases OpenGL objexts for all graphics contexts. "); - I_StaticMethod0(osgText::Font::FontMutex *, getSerializeFontCallsMutex, - __FontMutex_P1__getSerializeFontCallsMutex_S, - "Get the mutex that enables the serialization of calls to this font. ", - ""); I_ProtectedMethod3(void, addGlyph, IN, const osgText::FontResolution &, fontRes, IN, unsigned int, charcode, IN, osgText::Font::Glyph *, glyph, Properties::NON_VIRTUAL, Properties::NON_CONST, diff --git a/src/osgWrappers/osgText/Font3D.cpp b/src/osgWrappers/osgText/Font3D.cpp index c4e6eec29..1c6c0b021 100644 --- a/src/osgWrappers/osgText/Font3D.cpp +++ b/src/osgWrappers/osgText/Font3D.cpp @@ -122,10 +122,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font3D) __void__setThreadSafeRefUnref__bool, "Set whether to use a mutex to ensure ref() and unref(). ", ""); - I_StaticMethod0(osgText::Font3D::Font3DMutex *, getSerializeFontCallsMutex, - __Font3DMutex_P1__getSerializeFontCallsMutex_S, - "Get the mutex that enables the serialization of calls to this font. ", - ""); I_ProtectedMethod2(void, addGlyph, IN, unsigned int, charcode, IN, osgText::Font3D::Glyph3D *, glyph, Properties::NON_VIRTUAL, Properties::NON_CONST,