Remove a comment and a TODO

This commit is contained in:
David Sansome 2011-03-20 19:36:44 +00:00
parent e761f2bdc8
commit 116bfc4594
1 changed files with 0 additions and 8 deletions

View File

@ -430,14 +430,6 @@ bool GstEngine::Load(const QUrl& url, Engine::TrackChangeFlags change,
Engine::Base::Load(url, change, beginning_nanosec, end_nanosec);
// TODO: see if commenting this out will lead to regression on windows
// Clementine just crashes when asked to load a file that doesn't exist on
// Windows, so check for that here. This is definitely the wrong place for
// this "fix"...
//if (url.scheme() == "file" && !QFile::exists(url.toLocalFile()))
// return false;
QUrl gst_url = FixupUrl(url);
bool crossfade = current_pipeline_ &&