From fc09f79aa4ce3bf5e85110a3e1846e84d1a2f768 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 23 Feb 2011 22:55:39 +0000 Subject: Remove unnecessary debug svn path=/trunk/netsurf/; revision=11776 --- framebuffer/findfile.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'framebuffer') diff --git a/framebuffer/findfile.c b/framebuffer/findfile.c index 130804eed..ba4f87218 100644 --- a/framebuffer/findfile.c +++ b/framebuffer/findfile.c @@ -46,9 +46,6 @@ fb_init_resource(const char *resource_path) char **pathv; /* resource path string vector */ char **respath; /* resource paths vector */ const char *lang = NULL; - char *foo; - int bar=0; - fprintf(stderr, "fb_init_resource:%s\n",resource_path); pathv = resource_path_to_strvec(resource_path); @@ -56,12 +53,6 @@ fb_init_resource(const char *resource_path) resource_free_strvec(pathv); - foo = respath[bar]; - while (foo != NULL) { - fprintf(stderr, "%s\n",foo); - bar++; - foo = respath[bar]; - } return respath; } -- cgit v1.2.3