summaryrefslogtreecommitdiff
path: root/image/ico.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 /image/ico.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 'image/ico.h')
-rw-r--r--image/ico.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/ico.h b/image/ico.h
index 3b592d7b2..21e9bdb6e 100644
--- a/image/ico.h
+++ b/image/ico.h
@@ -24,6 +24,5 @@
#define _NETSURF_IMAGE_ICO_H_
nserror nsico_init(void);
-void nsico_fini(void);
#endif