Don't need gtkdefault.css now.
This commit is contained in:
parent
51a92fbd84
commit
83f77d3a41
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
/*
|
||||
* This file is part of NetSurf, http://netsurf-browser.org/
|
||||
*/
|
||||
|
||||
/* Load base stylesheet. */
|
||||
|
||||
@import "default.css";
|
||||
|
Loading…
Reference in New Issue