diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-30 13:07:57 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-30 07:21:49 -0800 |
commit | 4eab1cce20132bf98b9c269a9745378f3c829886 (patch) | |
tree | d04e499f977723383769d03b48fd7285fa7e16a1 | |
parent | 047e1cf013762015ccb7b16126545e5a4c69dbdf (diff) | |
download | subsurface-4eab1cce20132bf98b9c269a9745378f3c829886.tar.gz |
Remove unused variable
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/profilegraphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index 79ebc2684..d75518206 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -244,7 +244,6 @@ void ProfileGraphicsView::mouseMoveEvent(QMouseEvent* event) toolTip->refresh(&gc, mapToScene(event->pos())); QPoint toolTipPos = mapFromScene(toolTip->pos()); - QPoint toolBarPos = mapFromScene(toolBarProxy->pos()); scrollViewTo(event->pos()); if (zoomLevel == 0) |