Przeglądaj źródła

remove unnecessary and incorrect begin_decal/end_decal

David Rose 24 lat temu
rodzic
commit
50e82c50f0
1 zmienionych plików z 0 dodań i 3 usunięć
  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;