summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-06-04 13:26:43 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-19 13:11:10 -0700
commit83522747581500ef39005bc76b1048db1cd3bd29 (patch)
tree97b0c304bc440fb7a1592ca38d8ec78ea248fa1f /core/dive.h
parentce065968f0b14b7c4baa41df67bae7cd7e5e7829 (diff)
downloadsubsurface-83522747581500ef39005bc76b1048db1cd3bd29.tar.gz
Cleanup: remove unused macro FOR_EACH_PICTURE_NON_PTR
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/dive.h b/core/dive.h
index 093046cf4..c6b08abd4 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -248,9 +248,6 @@ struct picture {
if (_dive) \
for (struct picture *picture = (_dive)->picture_list; picture; picture = picture->next)
-#define FOR_EACH_PICTURE_NON_PTR(_divestruct) \
- for (struct picture *picture = (_divestruct).picture_list; picture; picture = picture->next)
-
extern struct picture *alloc_picture();
extern void free_picture(struct picture *picture);
extern void create_picture(const char *filename, int shift_time, bool match_all);