Browse Source

remove _physical_node_path entirely on trunk

rdb 13 years ago
parent
commit
8660443235
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/physics/physical.h

+ 0 - 1
panda/src/physics/physical.h

@@ -110,7 +110,6 @@ protected:
 private:
 private:
   PhysicsManager *_physics_manager;
   PhysicsManager *_physics_manager;
   PhysicalNode *_physical_node;
   PhysicalNode *_physical_node;
-  NodePath _physical_node_path;
 
 
 public:
 public:
   static TypeHandle get_class_type() {
   static TypeHandle get_class_type() {