diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-19 15:00:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-19 07:28:26 -0800 |
commit | 86ed014339f5225c70f10bd569133787bb2ad7ef (patch) | |
tree | 4dd8acc3f8335166f9be00c4614432852db8ddb3 | |
parent | 1bb7ab30c68d7ebfc8c00048b8baeee1a10e0aab (diff) | |
download | subsurface-86ed014339f5225c70f10bd569133787bb2ad7ef.tar.gz |
Fix an unused variable warning
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
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 2db6d9009..a1150052f 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -226,7 +226,6 @@ void ProfileGraphicsView::hideEvents() void ProfileGraphicsView::unhideEvents() { - QAction *action = qobject_cast<QAction*>(sender()); for (int i = 0; i < evn_used; i++) { ev_namelist[i].plot_ev = true; } |