timeline: removed unused variable in undo command

This commit is contained in:
itsmattkc
2020-01-19 23:52:23 +11:00
parent 48e6fd3955
commit 1dfac0ea7f
5 changed files with 12 additions and 15 deletions
+1
View File
@@ -273,6 +273,7 @@ QVariant NodeInput::StringToValue(const QString &string, QList<NodeInput::Footag
return QVariant::fromValue(rational::fromString(string));
case kFootage:
footage_connections.append({this, string.toULongLong()});
/* fall through */
default:
return string;
}