summaryrefslogtreecommitdiff
path: root/dgedit/canvas.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-07-29 16:38:51 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-07-29 16:38:51 +0200
commitaab627accb4b57166259f0128cc16b88b4c1dc25 (patch)
tree9bd87e855d1961e37d6c7d856d74ac22df94d64f /dgedit/canvas.h
parent805ee744e5482dbcb3b37b54c2442f89af29cc42 (diff)
Ported threshold to canvastool.
Diffstat (limited to 'dgedit/canvas.h')
-rw-r--r--dgedit/canvas.h7
1 files changed, 0 insertions, 7 deletions
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<CanvasTool*> tools;
};