mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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()
|
void ProfileGraphicsView::unhideEvents()
|
||||||
{
|
{
|
||||||
QAction *action = qobject_cast<QAction*>(sender());
|
|
||||||
for (int i = 0; i < evn_used; i++) {
|
for (int i = 0; i < evn_used; i++) {
|
||||||
ev_namelist[i].plot_ev = true;
|
ev_namelist[i].plot_ev = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue