From d10dfaec1e8e9072eed7a6b7ee734c78e9bd778c Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 15 Apr 2014 22:11:33 +0200 Subject: [PATCH] Removed an obsolete Debug output (was broken anyway). --- src/source_avisynth.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/source_avisynth.cpp b/src/source_avisynth.cpp index 75e0d60..f1a8e6d 100644 --- a/src/source_avisynth.cpp +++ b/src/source_avisynth.cpp @@ -144,8 +144,6 @@ void AvisynthSource::checkSourceProperties_init(QList &patterns, QStri void AvisynthSource::checkSourceProperties_parseLine(const QString &line, QList &patterns, unsigned int &frames, unsigned int &fSizeW, unsigned int &fSizeH, unsigned int &fpsNom, unsigned int &fpsDen) { - qWarning("parseLine \"%1\"", line.toUtf8().constData()); - int offset = -1; if((offset = patterns[0]->lastIndexIn(line)) >= 0)