minor code improvement

This commit is contained in:
itsmattkc
2018-10-05 02:17:23 +10:00
parent a3cb0d6cb9
commit 9dc7824115
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -756,7 +756,6 @@ bool Project::load_worker(QFile& f, QXmlStreamReader& stream, int type) {
// backwards compatibility code
c->autoscale = false;
c->speed = 1.0;
c->media = NULL;
for (int j=0;j<stream.attributes().size();j++) {