summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-10-11 18:52:38 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-11 10:18:07 -0700
commitdd3b8210a98c081e342f8c972a1b3ba58c7ae5a3 (patch)
tree8f2110d12411c037ffe8c528c0396d8f68bb9861 /qt-ui/profilegraphics.h
parentdee7bdd1ad8e9f98fd3089c0edbe9accdb01aac5 (diff)
downloadsubsurface-dd3b8210a98c081e342f8c972a1b3ba58c7ae5a3.tar.gz
Remove unused arg in plot_cylinder_pressure
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r--qt-ui/profilegraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h
index 7cbc53e15..469bf871f 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -158,7 +158,7 @@ private:
void plot_events(struct divecomputer *dc);
void plot_one_event(struct event *event);
void plot_temperature_profile();
- void plot_cylinder_pressure(struct divecomputer *dc);
+ void plot_cylinder_pressure();
void plot_temperature_text();
void plot_single_temp_text(int sec, int mkelvin);
void plot_depth_text();