mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
planner: remove cloneDivePlan()
This was a trivial one-liner and is not needed. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
3e006e678a
commit
22b232661a
2 changed files with 5 additions and 11 deletions
|
@ -130,7 +130,6 @@ private:
|
|||
void updateDiveProfile(); // Creates a temporary plan and updates the dive profile with it.
|
||||
void createTemporaryPlan();
|
||||
struct diveplan diveplan;
|
||||
void cloneDiveplan(const struct diveplan &plan_src, struct diveplan &plan_copy);
|
||||
void computeVariationsDone(QString text);
|
||||
void computeVariations(std::unique_ptr<struct diveplan> plan, const struct deco_state *ds);
|
||||
void computeVariationsFreeDeco(std::unique_ptr<struct diveplan> plan, std::unique_ptr<struct deco_state> ds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue