summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-11-30 13:07:57 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-30 07:21:49 -0800
commit4eab1cce20132bf98b9c269a9745378f3c829886 (patch)
treed04e499f977723383769d03b48fd7285fa7e16a1
parent047e1cf013762015ccb7b16126545e5a4c69dbdf (diff)
downloadsubsurface-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.cpp1
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)