aboutsummaryrefslogtreecommitdiff
path: root/src/ui/shadedbar.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-18 13:33:27 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-18 13:33:27 +0000
commit0bea3c894f442f88da707dbbde308597df44633c (patch)
treea373857f7f417b44c8a90ec786da76ea6e2eca77 /src/ui/shadedbar.cpp
parente13b8ee11ae4d5aeaa55b3211538f863fe3313ea (diff)
downloadqmmp-0bea3c894f442f88da707dbbde308597df44633c.tar.gz
qmmp-0bea3c894f442f88da707dbbde308597df44633c.tar.bz2
qmmp-0bea3c894f442f88da707dbbde308597df44633c.zip
removed unused debug messages
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@247 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/shadedbar.cpp')
-rw-r--r--src/ui/shadedbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/shadedbar.cpp b/src/ui/shadedbar.cpp
index 63b2017c0..978cf2d71 100644
--- a/src/ui/shadedbar.cpp
+++ b/src/ui/shadedbar.cpp
@@ -82,7 +82,6 @@ void ShadedBar::mouseMoveEvent (QMouseEvent *e)
m_value = convert(po);
draw();
emit sliderMoved(m_value);
- qDebug("%d", m_value);
}
}
}