summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/view.cpp
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2012-07-08 12:15:42 +0000
committerRobert Jonsson <spamatica@gmail.com>2012-07-08 12:15:42 +0000
commit164c30b96d94561ba71c770eb0598d0195728615 (patch)
treea5f5db76ac0b84e46488c3f6d9e472673b3cc569 /muse2/muse/widgets/view.cpp
parentedd120313caf03650daf32c7b9c383188061b5bc (diff)
see ChangeLog
Diffstat (limited to 'muse2/muse/widgets/view.cpp')
-rw-r--r--muse2/muse/widgets/view.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/muse2/muse/widgets/view.cpp b/muse2/muse/widgets/view.cpp
index 60056848..fb53be46 100644
--- a/muse2/muse/widgets/view.cpp
+++ b/muse2/muse/widgets/view.cpp
@@ -513,7 +513,6 @@ void View::pdraw(QPainter& p, const QRect& r)
int y = r.y();
int w = r.width();
int h = r.height();
- printf("xmag=%d\n",xmag);
if (xmag <= 0) {
// TODO These adjustments are required, otherwise gaps. Tried, unable to remove them for now. p4.0.30
x -= 1;