From: Jean-Baptiste Mardelle Date: Sun, 28 Sep 2008 02:00:34 +0000 (+0000) Subject: less debug X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7fc7967588ea667db8e934435180130ea026c754;p=kdenlive less debug svn path=/branches/KDE4/; revision=2417 --- diff --git a/src/customruler.cpp b/src/customruler.cpp index 70e30cd2..d1c90d93 100644 --- a/src/customruler.cpp +++ b/src/customruler.cpp @@ -234,12 +234,9 @@ void CustomRuler::paintEvent(QPaintEvent *e) { const int maxval = (e->rect().right() + m_offset) / FRAME_SIZE + 1; if (minval < 0) minval = 0; - kDebug() << "RULER MIN/MAX: " << minval << "-" << maxval << ", PIXELS: " << e->rect().left() << "-" << e->rect().right(); - double f, fend; const int offsetmax = maxval * FRAME_SIZE; - QPalette palette; p.setPen(palette.dark().color()); int offsetmin = (e->rect().left() + m_offset) / m_textSpacing;