From aab627accb4b57166259f0128cc16b88b4c1dc25 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 29 Jul 2011 16:38:51 +0200 Subject: Ported threshold to canvastool. --- dgedit/canvas.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dgedit/canvas.h') diff --git a/dgedit/canvas.h b/dgedit/canvas.h index b0ff552..3c268ed 100644 --- a/dgedit/canvas.h +++ b/dgedit/canvas.h @@ -81,19 +81,12 @@ private: float xoffset; float yoffset; - float threshold; - bool threshold_is_moving; - QColor colBg; QColor colSec; QColor colMax; QColor colHalf; QColor colWavMax; QColor colWavAvg; - QColor colThreshold; - QColor colThresholdMoving; - - QVector tools; }; -- cgit v1.2.3