summaryrefslogtreecommitdiff
path: root/gtk/fetch.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-06-22 14:24:51 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-06-22 14:24:51 +0100
commit83f77d3a411019c3fb861d0feb1a91222b7819f8 (patch)
tree18c56af326c3dbeae9b51ed1ed4bdf222fa95b61 /gtk/fetch.c
parent51a92fbd844b9ae4a102452a9bccf0d1af48a004 (diff)
downloadnetsurf-83f77d3a411019c3fb861d0feb1a91222b7819f8.tar.gz
netsurf-83f77d3a411019c3fb861d0feb1a91222b7819f8.tar.bz2
Don't need gtkdefault.css now.
Diffstat (limited to 'gtk/fetch.c')
-rw-r--r--gtk/fetch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/fetch.c b/gtk/fetch.c
index 0e5a37c5a..10b26bd48 100644
--- a/gtk/fetch.c
+++ b/gtk/fetch.c
@@ -236,11 +236,6 @@ static nsurl *nsgtk_get_resource_url(const char *path)
char buf[PATH_MAX];
nsurl *url = NULL;
- /* default.css -> gtkdefault.css */
- if (strcmp(path, "default.css") == 0) {
- path = "gtkdefault.css";
- }
-
/* favicon.ico -> favicon.png */
if (strcmp(path, "favicon.ico") == 0) {
path = "favicon.png";