From e3a8ed5183ed5a24e391395c9faeae03dc9e4a6a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 30 Jan 2013 08:10:46 +1100 Subject: Massive cleanup Mostly coding style and whitespace changes plus making lots of functions static that have no need to be extern. This also helped find a bit of code that is actually no longer used. This should have absolutely no functional impact - all changes should be purely cosmetic. But it removes a bunch of lines of code and makes the rest easier to read. Signed-off-by: Dirk Hohndel --- dive.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 0d14e43c0..120393b6b 100644 --- a/dive.h +++ b/dive.h @@ -113,9 +113,7 @@ typedef struct { } weightsystem_t; extern gboolean cylinder_nodata(cylinder_t *cyl); -extern gboolean cylinder_nosamples(cylinder_t *cyl); extern gboolean cylinder_none(void *_data); -extern gboolean no_cylinders(cylinder_t *cyl); extern gboolean no_weightsystems(weightsystem_t *ws); extern gboolean weightsystems_equal(weightsystem_t *ws1, weightsystem_t *ws2); @@ -374,7 +372,6 @@ extern gboolean autogroup; #define DIVE_NEEDS_TRIP(_dive) ((_dive)->tripflag == TF_NONE) extern void add_dive_to_trip(struct dive *, dive_trip_t *); -extern void remove_dive_from_trip(struct dive *); extern void delete_single_dive(int idx); extern void add_single_dive(int idx, struct dive *dive); -- cgit v1.2.3-70-g09d2