aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index fdf36b3..804cc4b 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -183,4 +183,6 @@ extern struct object *find_object_at_position(struct slide *s,
extern int slide_number(struct presentation *p, struct slide *s);
+#define UNUSED __attribute__((unused))
+
#endif /* PRESENTATION_H */