diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-12-09 22:37:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-09 22:47:28 +0100 |
commit | 26a1904cf88a97474468fab33879a0c3235e56ac (patch) | |
tree | b726a95fdd6f6631e467e2f78566d622cc23c75e /qt-ui/profilegraphics.cpp | |
parent | a3f3e85246d8bebdf8a2e0611dce2c4c48d5e7b2 (diff) | |
download | subsurface-26a1904cf88a97474468fab33879a0c3235e56ac.tar.gz |
Remove some unused variables
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.cpp')
-rw-r--r-- | qt-ui/profilegraphics.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index 176225aa8..f99fd4d2e 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -492,8 +492,6 @@ void ProfileGraphicsView::plot_depth_scale() case units::FEET: marker = 9144; break; /* 30 ft */ } - QColor c(getColor(DEPTH_GRID)); - /* don't write depth labels all the way to the bottom as * there may be other graphs below the depth plot (like * partial pressure graphs) where this would look out |