leon 1 month ago
parent
commit
17be941f17
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/nodes/draw/drawNode.hpp

+ 0 - 5
src/nodes/draw/drawNode.hpp

@@ -13,11 +13,6 @@ public:
     DrawNode(const std::string& name) : BaseNode(name, NODE_TYPE::DES_NODE) {}
     DrawNode(const std::string& name) : BaseNode(name, NODE_TYPE::DES_NODE) {}
     virtual ~DrawNode() { };
     virtual ~DrawNode() { };
 
 
-    void set_model_path(const std::string& model_path)
-    {
-        model_path_ = model_path;
-    }
-
     void work() override;
     void work() override;
 };
 };