won't be needing this anymore :^)

This commit is contained in:
itsmattkc
2021-09-20 21:13:32 -07:00
parent a77166c833
commit 8e195a0a9c
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -42,8 +42,6 @@ namespace olive {
#define super QObject
const QString Node::kDefaultOutput = QStringLiteral("output");
Node::Node() :
can_be_deleted_(true),
override_color_(-1),
-2
View File
@@ -764,8 +764,6 @@ public:
cache_result_ = e;
}
static const QString kDefaultOutput;
class ArrayRemoveCommand : public UndoCommand
{
public: