Skip to content
Snippets Groups Projects
Commit 5a9a22cb authored by Martin Hanzík's avatar Martin Hanzík Committed by Jan Trávníček
Browse files

Removed unused things from ModelBox

parent db1731bf
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ protected:
public:
virtual ~ModelBox();
 
void setGraphicsBox(GraphicsBox* graphicsBox) { this->graphicsBox = graphicsBox; }
ModelType getType() const { return this->type; }
virtual std::string getName() const = 0;
 
......@@ -53,8 +52,6 @@ protected:
std::set<std::pair<ModelBox*, size_t>> outputs;
std::shared_ptr<abstraction::OperationAbstraction> result;
 
GraphicsBox* graphicsBox = nullptr;
private:
static std::vector<ModelBox*> allModelBoxes;
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment