diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 15:41:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 15:41:12 -0700 |
commit | 59785345f808f0c53c085be896f60e10455cc52f (patch) | |
tree | c3a817a020257f52421169363adff6af9aeff2d3 /save-html.c | |
parent | fe773241eea51036b25815302fc676eafbcac85a (diff) | |
download | subsurface-59785345f808f0c53c085be896f60e10455cc52f.tar.gz |
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-html.c')
-rw-r--r-- | save-html.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/save-html.c b/save-html.c index 609ab9e84..4f378498f 100644 --- a/save-html.c +++ b/save-html.c @@ -168,7 +168,6 @@ void write_no_trip(struct membuffer *b, int *dive_no) void write_trip(struct membuffer *b, dive_trip_t *trip, int *dive_no) { - int i; struct dive *dive; put_format(b, "{"); |