pgraph: remove unused method declarations from PandaNode

This commit is contained in:
rdb 2020-02-09 12:04:46 +01:00
parent 5f7809469c
commit 21f1743c55

View File

@ -566,11 +566,6 @@ private:
INLINE void set_fancy_bit(int bits, bool value);
#ifdef HAVE_PYTHON
void inc_py_refs();
void dec_py_refs();
#endif
CPT(RenderEffects) _effects;
TagData _tag_data;