summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/artworks.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/content-handlers/artworks.h')
-rw-r--r--riscos/content-handlers/artworks.h2
1 files changed, 0 insertions, 2 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