Removed deprecated API in preparation for 0.9.9 release.

This commit is contained in:
Robert Osfield
2005-05-09 13:09:07 +00:00
parent 5e23536683
commit 538ced579e
22 changed files with 8 additions and 99 deletions

View File

@@ -42,7 +42,6 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Texture2D)
Method0(int, getTextureWidth);
Method1(void, setTextureHeight, IN, int, height);
Method0(int, getTextureHeight);
Method2(void, getTextureSize, IN, int &, width, IN, int &, height);
Method1(void, setSubloadCallback, IN, osg::Texture2D::SubloadCallback *, cb);
Method0(osg::Texture2D::SubloadCallback *, getSubloadCallback);
Method0(const osg::Texture2D::SubloadCallback *, getSubloadCallback);