From 602c20f16038be95cf46837512291f53d1e03901 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Thu, 13 Oct 2022 13:58:32 +0400 Subject: [PATCH] Removed unused resource skin/css/images/search.svg --- static/resources_list.txt | 1 - static/skin/css/images/search.svg | 8 -------- test/server.cpp | 2 -- 3 files changed, 11 deletions(-) delete mode 100644 static/skin/css/images/search.svg diff --git a/static/resources_list.txt b/static/resources_list.txt index 2730f1b20..47b60bffb 100644 --- a/static/resources_list.txt +++ b/static/resources_list.txt @@ -36,7 +36,6 @@ opensearchdescription.xml ft_opensearchdescription.xml catalog_v2_searchdescription.xml skin/css/autoComplete.css -skin/css/images/search.svg skin/favicon/android-chrome-192x192.png skin/favicon/android-chrome-512x512.png skin/favicon/apple-touch-icon.png diff --git a/static/skin/css/images/search.svg b/static/skin/css/images/search.svg deleted file mode 100644 index 8063ea104..000000000 --- a/static/skin/css/images/search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/server.cpp b/test/server.cpp index ceabaa887..57b4f9e78 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -96,8 +96,6 @@ const ResourceCollection resources200Uncompressible{ { STATIC_CONTENT, "/ROOT/skin/blank.html?cacheid=6b1fa032" }, { DYNAMIC_CONTENT, "/ROOT/skin/caret.png" }, { STATIC_CONTENT, "/ROOT/skin/caret.png?cacheid=22b942b4" }, - { DYNAMIC_CONTENT, "/ROOT/skin/css/images/search.svg" }, - { STATIC_CONTENT, "/ROOT/skin/css/images/search.svg?cacheid=f0bbdb80" }, { DYNAMIC_CONTENT, "/ROOT/skin/download.png" }, { STATIC_CONTENT, "/ROOT/skin/download.png?cacheid=a39aa502" }, { DYNAMIC_CONTENT, "/ROOT/skin/favicon/android-chrome-192x192.png" },