From 86cf484552fbc9193b6d263c7d6cbdee92932c6e Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 10 Apr 2002 19:24:53 +0000 Subject: [PATCH] remove incorrect declaration --- panda/src/display/graphicsStateGuardian.h | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/display/graphicsStateGuardian.h b/panda/src/display/graphicsStateGuardian.h index 3463384863..72be0fe880 100644 --- a/panda/src/display/graphicsStateGuardian.h +++ b/panda/src/display/graphicsStateGuardian.h @@ -208,7 +208,6 @@ protected: INLINE void add_to_geom_record(GeomContext *) { } INLINE void add_to_geom_node_record(GeomNodeContext *) { } INLINE void record_state_change(TypeHandle) { } - INLINE void count_node(Node *) { } #endif static CPT(RenderState) get_unlit_state();