diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-11-04 21:01:57 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-11-04 21:01:57 +0100 |
commit | dbff61bb3053e4fe30397b48a32ec415119bcf66 (patch) | |
tree | 1eacc5147554b47cf6b536c123340a2d7d487925 /src/presentation.h | |
parent | d6c04212c403a817c5f98f8ee3e453422a02cc91 (diff) |
Load stylesheet from presentation file
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 2 |
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 */ |