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 --- riscos/content-handlers/sprite.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscos/content-handlers/sprite.h') 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 -- cgit v1.2.3