summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-15 22:47:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-15 22:47:50 +0000
commit339bed72725fe901724440939558c5f9817107ed (patch)
treed2c3fda42a53d4d763f5901fd16e597ce065dd2e /cocoa/apple_image.h
parent3d71da088b83c2cc5741dfdc8f619fbf2bba55a2 (diff)
downloadnetsurf-339bed72725fe901724440939558c5f9817107ed.tar.gz
netsurf-339bed72725fe901724440939558c5f9817107ed.tar.bz2
Virtualise content handler finalisation calls. Remove pointless implementations.
svn path=/trunk/netsurf/; revision=12797
Diffstat (limited to 'cocoa/apple_image.h')
-rw-r--r--cocoa/apple_image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cocoa/apple_image.h b/cocoa/apple_image.h
index 5d329c1c5..08748039f 100644
--- a/cocoa/apple_image.h
+++ b/cocoa/apple_image.h
@@ -26,12 +26,10 @@
#ifdef WITH_APPLE_IMAGE
nserror apple_image_init(void);
-void apple_image_fini(void);
#else
#define apple_image_init() NSERROR_OK
-#define apple_image_fini() ((void) 0)
#endif /* WITH_APPLE_IMAGE */