Browse Source

Remove unused methods

rdb 10 years ago
parent
commit
9bb968cc8b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      panda/src/pgraph/cullTraverser.h

+ 0 - 3
panda/src/pgraph/cullTraverser.h

@@ -112,9 +112,6 @@ private:
   static CPT(RenderState) get_bounds_outer_viz_state();
   static CPT(RenderState) get_bounds_inner_viz_state();
   static CPT(RenderState) get_depth_offset_state();
-  void start_decal(const CullTraverserData &data);
-  CullableObject *r_get_decals(CullTraverserData &data,
-                               CullableObject *decals);
 
   GraphicsStateGuardianBase *_gsg;
   Thread *_current_thread;