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 --- windows/gui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index 0290797d4..469230188 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -72,11 +72,6 @@ static const char windowclassname_main[] = "nswsmainwindow"; static struct nsws_pointers nsws_pointer; -void gui_multitask(void) -{ -/* LOG(("gui_multitask")); */ -} - void gui_poll(bool active) { MSG Msg; /* message from system */ -- cgit v1.2.3