mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Cleanup: remove unused macro FOR_EACH_PICTURE_NON_PTR
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
ce065968f0
commit
8352274758
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue