summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-09 15:28:50 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 17:50:06 -0700
commitc62e8e5baa647bfa2e4773bc611eaef7985a7bb7 (patch)
tree6f3b637d34c75fccffd24977f52b9443c8cf2cec /profile.h
parent17c6db6a5b05b3ac1f85d136e86a0072e15e46cd (diff)
downloadsubsurface-c62e8e5baa647bfa2e4773bc611eaef7985a7bb7.tar.gz
Plotting temperature text.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.h b/profile.h
index 9389641d5..73c5152f9 100644
--- a/profile.h
+++ b/profile.h
@@ -38,7 +38,7 @@ struct plot_data {
void calculate_max_limits(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc);
struct plot_info *create_plot_info(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc);
-int setup_temperature_limits(struct graphics_context *gc, struct plot_info *pi);
+int setup_temperature_limits(struct graphics_context *gc);
int get_cylinder_pressure_range(struct graphics_context *gc);
struct ev_select {