From 339bed72725fe901724440939558c5f9817107ed Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 15 Sep 2011 22:47:50 +0000 Subject: Virtualise content handler finalisation calls. Remove pointless implementations. svn path=/trunk/netsurf/; revision=12797 --- render/textplain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'render/textplain.h') diff --git a/render/textplain.h b/render/textplain.h index 36b9a1898..b7761a20d 100644 --- a/render/textplain.h +++ b/render/textplain.h @@ -33,7 +33,6 @@ struct http_parameter; struct rect; nserror textplain_init(void); -void textplain_fini(void); /* access to lines for text selection and searching */ unsigned long textplain_line_count(struct content *c); -- cgit v1.2.3