diff options
Diffstat (limited to 'dgedit/canvas.h')
-rw-r--r-- | dgedit/canvas.h | 7 |
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; }; |