From 1fa1786d832018f8a4e6a58c23ad968e84eb9bfa Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 21 Jun 2004 15:49:59 +0000 Subject: [project @ 2004-06-21 15:49:59 by bursa] Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=989 --- riscos/constdata.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 riscos/constdata.c (limited to 'riscos/constdata.c') diff --git a/riscos/constdata.c b/riscos/constdata.c deleted file mode 100644 index 25a1e482b..000000000 --- a/riscos/constdata.c +++ /dev/null @@ -1,20 +0,0 @@ -/* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ - * Licensed under the GNU General Public License, - * http://www.opensource.org/licenses/gpl-license - * Copyright 2003 Phil Mellor - * Copyright 2003 James Bursa - * Copyright 2003 John M Bell - */ - -#include "netsurf/utils/config.h" -#include "netsurf/riscos/constdata.h" - -#ifdef WITH_ABOUT -const char * const ABOUT_URL = "file:///%3CWimp$ScrapDir%3E/WWW/NetSurf/About"; -#ifdef WITH_COOKIES -const char * const COOKIE_URL = "file:///%3CWimp$ScrapDir%3E/WWW/NetSurf/Cookies"; -#endif -#endif - -const char * const THEMES_URL = "http://netsurf.sourceforge.net/themes/"; -- cgit v1.2.3