summaryrefslogtreecommitdiff
path: root/gtk/fetch.c
diff options
context:
space:
mode:
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";