Don't need gtkdefault.css now.

This commit is contained in:
Michael Drake 2015-06-22 14:24:51 +01:00
parent 51a92fbd84
commit 83f77d3a41
3 changed files with 1 additions and 14 deletions

View File

@ -197,7 +197,7 @@ SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_RESOURCE) $(S_GTK)
GTK_RESOURCES_LIST := \
languages themelist SearchEngines toolbarIndices ca-bundle.txt \
default.css adblock.css quirks.css internal.css gtkdefault.css \
default.css adblock.css quirks.css internal.css \
credits.html licence.html welcome.html maps.html Messages \
default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm \
arrow_down_8x32.png

View File

@ -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";

View File

@ -1,8 +0,0 @@
/*
* This file is part of NetSurf, http://netsurf-browser.org/
*/
/* Load base stylesheet. */
@import "default.css";