Fix an unused variable warning

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-12-19 15:00:55 +02:00 committed by Dirk Hohndel
parent 1bb7ab30c6
commit 86ed014339

View file

@ -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;
}