nodeinput: remove unused bool member

This commit is contained in:
itsmattkc
2020-01-02 05:04:46 +11:00
parent fd2d0f941c
commit dd77ea46a5
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -35,7 +35,6 @@ NodeInput::NodeInput(const QString& id, const DataType &type, const QVariant &de
data_type_(type),
keyframable_(true),
keyframing_(false),
dependent_(true),
has_minimum_(false),
has_maximum_(false)
{