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
|
|
@ -10,12 +10,11 @@ class DiveCartesianAxis;
|
|||
|
||||
class DivePercentageItem : public QGraphicsPixmapItem {
|
||||
public:
|
||||
DivePercentageItem(const DiveCartesianAxis &hAxis, const DiveCartesianAxis &vAxis, double dpr);
|
||||
DivePercentageItem(const DiveCartesianAxis &hAxis, const DiveCartesianAxis &vAxis);
|
||||
void replot(const dive *d, const divecomputer *dc, const plot_info &pi);
|
||||
private:
|
||||
const DiveCartesianAxis &hAxis;
|
||||
const DiveCartesianAxis &vAxis;
|
||||
double dpr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue