Remove unused methods

This commit is contained in:
rdb 2015-10-04 12:56:45 +02:00
parent a902f1628b
commit 9bb968cc8b

View File

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