summaryrefslogtreecommitdiff
path: root/riscos/content-handlers
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/content-handlers')
-rw-r--r--riscos/content-handlers/artworks.h2
-rw-r--r--riscos/content-handlers/draw.h2
-rw-r--r--riscos/content-handlers/sprite.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/riscos/content-handlers/artworks.h b/riscos/content-handlers/artworks.h
index 4a339cc84..20f6168b7 100644
--- a/riscos/content-handlers/artworks.h
+++ b/riscos/content-handlers/artworks.h
@@ -29,12 +29,10 @@
#ifdef WITH_ARTWORKS
nserror artworks_init(void);
-void artworks_fini(void);
#else
#define artworks_init() NSERROR_OK
-#define artworks_fini() ((void) 0)
#endif
diff --git a/riscos/content-handlers/draw.h b/riscos/content-handlers/draw.h
index a0843202a..76fcbc8dc 100644
--- a/riscos/content-handlers/draw.h
+++ b/riscos/content-handlers/draw.h
@@ -29,12 +29,10 @@
#ifdef WITH_DRAW
nserror draw_init(void);
-void draw_fini(void);
#else
#define draw_init() NSERROR_OK
-#define draw_fini() ((void) 0)
#endif /* WITH_DRAW */
diff --git a/riscos/content-handlers/sprite.h b/riscos/content-handlers/sprite.h
index 79e02f44b..2219e0679 100644
--- a/riscos/content-handlers/sprite.h
+++ b/riscos/content-handlers/sprite.h
@@ -29,12 +29,10 @@
#ifdef WITH_SPRITE
nserror sprite_init(void);
-void sprite_fini(void);
#else
#define sprite_init() NSERROR_OK
-#define sprite_fini() ((void) 0)
#endif