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
@ -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…
x
Reference in New Issue
Block a user