From 50e82c50f05171e980e0d99c5ddf1563dc5ca98c Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 31 Jul 2001 17:16:53 +0000 Subject: [PATCH] remove unnecessary and incorrect begin_decal/end_decal --- panda/src/gsgbase/graphicsStateGuardianBase.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/panda/src/gsgbase/graphicsStateGuardianBase.h b/panda/src/gsgbase/graphicsStateGuardianBase.h index aaaba163a9..fe066e2a3b 100644 --- a/panda/src/gsgbase/graphicsStateGuardianBase.h +++ b/panda/src/gsgbase/graphicsStateGuardianBase.h @@ -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;