mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove unused argument and private member
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5dd3d1897f
commit
cbad9607e8
3 changed files with 4 additions and 5 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
#include <array>
|
||||
|
||||
DivePercentageItem::DivePercentageItem(const DiveCartesianAxis &hAxis, const DiveCartesianAxis &vAxis, double dpr) :
|
||||
hAxis(hAxis), vAxis(vAxis), dpr(dpr)
|
||||
DivePercentageItem::DivePercentageItem(const DiveCartesianAxis &hAxis, const DiveCartesianAxis &vAxis) :
|
||||
hAxis(hAxis), vAxis(vAxis)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue