summaryrefslogtreecommitdiff
path: root/riscos/constdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/constdata.c')
-rw-r--r--riscos/constdata.c20
1 files changed, 0 insertions, 20 deletions
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 <monkeyson@users.sourceforge.net>
- * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
- * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
- */
-
-#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/";