aboutsummaryrefslogtreecommitdiff
path: root/lib/soundcore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soundcore.cpp')
-rw-r--r--lib/soundcore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/soundcore.cpp b/lib/soundcore.cpp
index 4f295d133..4e7bbf205 100644
--- a/lib/soundcore.cpp
+++ b/lib/soundcore.cpp
@@ -75,7 +75,6 @@ bool SoundCore::play(const QString &source)
if(source.left(4) == "http")
{
m_input = new StreamReader(source, this);
- //m_input->open(QIODevice::ReadOnly);
}
else
m_input = new QFile(source);