Browse Source

pgraph: remove unused method declarations from PandaNode

rdb 5 years ago
parent
commit
21f1743c55
1 changed files with 0 additions and 5 deletions
  1. 0 5
      panda/src/pgraph/pandaNode.h

+ 0 - 5
panda/src/pgraph/pandaNode.h

@@ -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;