From a47270c93eaa7bb76638c4c6dbef23359531651c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 24 Feb 2020 14:17:58 +0000 Subject: About fetches resources: Drop maps resource. It had bitrotted. --- frontends/gtk/Makefile | 2 +- frontends/gtk/res/netsurf.gresource.xml | 1 - frontends/gtk/resources.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile index ec9889ea0..02a5fdb73 100644 --- a/frontends/gtk/Makefile +++ b/frontends/gtk/Makefile @@ -177,7 +177,7 @@ SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_RESOURCE) $(S_FRONTEND) GTK_RESOURCES_LIST := \ languages SearchEngines ca-bundle.txt \ default.css adblock.css quirks.css internal.css \ - credits.html licence.html welcome.html maps.html Messages \ + credits.html licence.html welcome.html Messages \ default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm GTK_RESOURCES_LIST := \ diff --git a/frontends/gtk/res/netsurf.gresource.xml b/frontends/gtk/res/netsurf.gresource.xml index a81500b68..433581786 100644 --- a/frontends/gtk/res/netsurf.gresource.xml +++ b/frontends/gtk/res/netsurf.gresource.xml @@ -50,7 +50,6 @@ it/welcome.html ja/welcome.html nl/welcome.html - maps.html adblock.css default.css internal.css diff --git a/frontends/gtk/resources.c b/frontends/gtk/resources.c index 61853e458..a60119ae1 100644 --- a/frontends/gtk/resources.c +++ b/frontends/gtk/resources.c @@ -124,7 +124,6 @@ static struct nsgtk_resource_s direct_resource[] = { RES_ENTRY("welcome.html"), RES_ENTRY("credits.html"), RES_ENTRY("licence.html"), - RES_ENTRY("maps.html"), RES_ENTRY("default.css"), RES_ENTRY("adblock.css"), RES_ENTRY("internal.css"), -- cgit v1.2.3