From 5a43bc12bb13b5804541cee5d09d3cc31c94aa1f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 24 Apr 2009 11:23:33 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/TextureRectangle.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/osgWrappers/osg/TextureRectangle.cpp b/src/osgWrappers/osg/TextureRectangle.cpp index e92100578..c58f33edc 100644 --- a/src/osgWrappers/osg/TextureRectangle.cpp +++ b/src/osgWrappers/osg/TextureRectangle.cpp @@ -192,12 +192,6 @@ BEGIN_OBJECT_REFLECTOR(osg::TextureRectangle) __void__allocateMipmap__State_R1, "Allocate mipmap levels of the texture by subsequent calling of glTexImage* function. ", ""); - I_ProtectedMethod2(void, applyTexParameters, IN, GLenum, target, IN, osg::State &, state, - Properties::NON_VIRTUAL, - Properties::CONST, - __void__applyTexParameters__GLenum__State_R1, - "Helper method. ", - "Sets texture parameters. "); I_ProtectedMethod5(void, applyTexImage_load, IN, GLenum, target, IN, osg::Image *, image, IN, osg::State &, state, IN, GLsizei &, inwidth, IN, GLsizei &, inheight, Properties::NON_VIRTUAL, Properties::CONST,