summaryrefslogtreecommitdiff
path: root/muse2/muse/master
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-08-16 07:40:48 +0000
committerTim E. Real <termtech@rogers.com>2011-08-16 07:40:48 +0000
commit96cd2ef23505deaadb030ea0f1ef284e8a753452 (patch)
tree8c77de1c9dabb19f57cd2f41341b23c03981038c /muse2/muse/master
parent6ea3ca331aeef0b0702ff2d3c3e529cd226c5d8b (diff)
More drawing fixes, improved accuracy (grids, timescales, edges, markers guaranteed to align now).
Much drawing changed to device (pixel) space instead of virtual space, for accuracy. Fixed display of audio automation graphs. (But not editing).
Diffstat (limited to 'muse2/muse/master')
-rw-r--r--muse2/muse/master/master.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/muse2/muse/master/master.cpp b/muse2/muse/master/master.cpp
index 4a33a8c4..6293e64c 100644
--- a/muse2/muse/master/master.cpp
+++ b/muse2/muse/master/master.cpp
@@ -22,9 +22,6 @@
#include "icons.h"
#include "audio.h"
-extern void drawTickRaster(QPainter& p, int x, int y,
- int w, int h, int quant);
-
//---------------------------------------------------------
// Master
//---------------------------------------------------------