]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Merge branch 'more-divelist-goodness' of https://github.com/nathansamson/diveclog
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 2d03ee7cd7d0db4c364ed51a9a1fd1cee37e2c94..08194f6a91caceec9692934b97fb1be67507e7bc 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -108,10 +108,9 @@ struct sample {
        int cylinderindex;
 };
 
-#define MAX_CYLINDERS (4)
+#define MAX_CYLINDERS (8)
 
 struct dive {
-       const char *name;
        time_t when;
        char *location;
        char *notes;