summaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 13:43:17 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 13:43:17 -0700
commit054406b420c7a4bbabbe839f25966fa121adfb5f (patch)
tree963cfce87ca794809c32176629ca4b731843c850 /profile.c
parentf8ba3c7ab6f1f67338fdf48ac92b5dfa76120264 (diff)
downloadsubsurface-054406b420c7a4bbabbe839f25966fa121adfb5f.tar.gz
Remove even more code and declarations
There's lots more stuff that can go. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/profile.c b/profile.c
index b360c6f1c..4f451a377 100644
--- a/profile.c
+++ b/profile.c
@@ -1,6 +1,5 @@
/* profile.c */
/* creates all the necessary data for drawing the dive profile
- * uses cairo to draw it
*/
#include "gettext.h"
#include <limits.h>
@@ -22,9 +21,6 @@ char dc_number = 0;
static struct plot_data *last_pi_entry = NULL;
-#define cairo_set_line_width_scaled(cr, w) \
- cairo_set_line_width((cr), (w) * plot_scale);
-
/* debugging tool - not normally used */
static void dump_pi (struct plot_info *pi)
{