nodes: use flag instead of hidden array in factory

This commit is contained in:
itsmattkc
2022-05-09 08:44:39 -07:00
parent c25960e5af
commit 13aedfa294
6 changed files with 9 additions and 10 deletions
-2
View File
@@ -100,8 +100,6 @@ public:
private:
static QList<Node*> library_;
static QVector<int> hidden_;
};
}