From f27d5a3e15b5931f36b96bc5fb3d2572d339715d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 21 Sep 2011 00:25:09 +0000 Subject: Remove gui_multitask svn path=/trunk/netsurf/; revision=12828 --- cocoa/gui.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cocoa/gui.m') diff --git a/cocoa/gui.m b/cocoa/gui.m index d39fae72d..1364077c8 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -57,11 +57,6 @@ char* gui_get_resource_url(const char *filename) return strdup( [[[NSURL fileURLWithPath: path] absoluteString] UTF8String] ); } -void gui_multitask(void) -{ - // nothing to do -} - void gui_poll(bool active) { cocoa_autorelease(); -- cgit v1.2.3