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