浏览代码

remove unnecessary and incorrect begin_decal/end_decal

David Rose 24 年之前
父节点
当前提交
50e82c50f0
共有 1 个文件被更改,包括 0 次插入3 次删除
  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;