mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
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:
parent
1bb7ab30c6
commit
86ed014339
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue