From e69808256bf958dc6c8e2637ca1ae7623421023f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 3 Feb 2017 11:53:28 +0100 Subject: [PATCH] * src/css-url.h: Remove redundant declaration --- src/css-url.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css-url.h b/src/css-url.h index 16959019..92ce6b11 100644 --- a/src/css-url.h +++ b/src/css-url.h @@ -31,7 +31,6 @@ as that of the covered work. */ #ifndef CSS_URL_H #define CSS_URL_H -void get_urls_css (struct map_context *, int, int); void get_urls_css (struct map_context *, int, int); struct urlpos *get_urls_css_file (const char *, const char *);