Removed deprecated API

This commit is contained in:
Robert Osfield
2002-11-08 14:03:44 +00:00
parent f42205a3ef
commit feeadcdec0
3 changed files with 3 additions and 43 deletions

View File

@@ -153,11 +153,6 @@ class PrimitiveSet : public Object
GLenum _mode;
};
#ifdef USE_DEPRECATED_API
// temporary addition for backwards compatiblity.
typedef PrimitiveSet Primitive;
#endif
class SG_EXPORT DrawArrays : public PrimitiveSet
{
public: