Hiding events doesn't change the dive_table

So let's not mark it as changed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-19 18:22:40 -08:00
parent 0d512b2dd9
commit c1f936f288

View file

@ -188,7 +188,6 @@ void ProfileGraphicsView::hideEvents()
}
}
}
mark_divelist_changed(TRUE);
plot(current_dive, TRUE);
}
}