mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove force parameter from ProfileWidget2::plotDive()
The last user was removed in 2789bb05b1
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4daf687876
commit
8c72ac6b9b
6 changed files with 13 additions and 13 deletions
|
@ -360,7 +360,7 @@ void ProfileWidget2::setupItemOnScene()
|
|||
|
||||
void ProfileWidget2::replot()
|
||||
{
|
||||
plotDive(d, dc, true, false);
|
||||
plotDive(d, dc, false);
|
||||
}
|
||||
|
||||
PartialPressureGasItem *ProfileWidget2::createPPGas(int column, color_index_t color, color_index_t colorAlert,
|
||||
|
@ -521,7 +521,7 @@ void ProfileWidget2::resetZoom()
|
|||
}
|
||||
|
||||
// Currently just one dive, but the plan is to enable All of the selected dives.
|
||||
void ProfileWidget2::plotDive(const struct dive *dIn, int dcIn, bool force, bool doClearPictures, bool instant)
|
||||
void ProfileWidget2::plotDive(const struct dive *dIn, int dcIn, bool doClearPictures, bool instant)
|
||||
{
|
||||
d = dIn;
|
||||
dc = dcIn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue