remove unnecessary and incorrect begin_decal/end_decal

This commit is contained in:
David Rose 2001-07-31 17:16:53 +00:00
parent 2b7f0ca2e6
commit 50e82c50f0

View File

@ -189,9 +189,6 @@ public:
virtual void issue_point_shape(const PointShapeAttribute *) { }
virtual void issue_polygon_offset(const PolygonOffsetAttribute *) { }
virtual void begin_decal(GeomNode *) { }
virtual void end_decal(GeomNode *) { }
PUBLISHED:
static TypeHandle get_class_type() {
return _type_handle;