Browse Source

remove unnecessary and incorrect begin_decal/end_decal

David Rose 24 years ago
parent
commit
50e82c50f0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      panda/src/gsgbase/graphicsStateGuardianBase.h

+ 0 - 3
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;