aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-03-03 17:02:08 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-03-03 17:02:08 +0000
commitd6901b1dd88c3215b23fc9f37280f6f112ce7b8b (patch)
tree3c53b59d88ea06c7a47bc8a52bc41bbc4b4997f0 /lib
parente1342ca063df18d3b933420150d06b86ea506bb3 (diff)
downloadenigma2-d6901b1dd88c3215b23fc9f37280f6f112ce7b8b.tar.gz
enigma2-d6901b1dd88c3215b23fc9f37280f6f112ce7b8b.zip
remove debug
Diffstat (limited to 'lib')
-rw-r--r--lib/gui/epositiongauge.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gui/epositiongauge.cpp b/lib/gui/epositiongauge.cpp
index 75b592d2..2a0bf51d 100644
--- a/lib/gui/epositiongauge.cpp
+++ b/lib/gui/epositiongauge.cpp
@@ -17,7 +17,6 @@ ePositionGauge::~ePositionGauge()
void ePositionGauge::setLength(const pts_t &len)
{
- eDebug("set len: %llx", len);
if (m_length == len)
return;
m_length = len;
@@ -27,7 +26,6 @@ void ePositionGauge::setLength(const pts_t &len)
void ePositionGauge::setPosition(const pts_t &pos)
{
- eDebug("set position: %llx", pos);
if (m_position == pos)
return;
m_position = pos;