From 86ed014339f5225c70f10bd569133787bb2ad7ef Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 19 Dec 2013 15:00:55 +0200 Subject: [PATCH] Fix an unused variable warning Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/profilegraphics.cpp | 1 - 1 file changed, 1 deletion(-) 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(sender()); for (int i = 0; i < evn_used; i++) { ev_namelist[i].plot_ev = true; }