From b3a3d38ca4aef3847f4a1c04fa1e4d321d9746b8 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 18 Mar 2020 16:56:23 -0700 Subject: [PATCH] remove unused (I think) icons --- .../app/src/main/res/menu/games_list_menu.xml | 2 - xwords4/android/img_src/down.svg | 53 ------------------- xwords4/android/img_src/up.svg | 53 ------------------- xwords4/android/scripts/images.mk | 2 - 4 files changed, 110 deletions(-) delete mode 100644 xwords4/android/img_src/down.svg delete mode 100644 xwords4/android/img_src/up.svg diff --git a/xwords4/android/app/src/main/res/menu/games_list_menu.xml b/xwords4/android/app/src/main/res/menu/games_list_menu.xml index 078a860ad..08a679053 100644 --- a/xwords4/android/app/src/main/res/menu/games_list_menu.xml +++ b/xwords4/android/app/src/main/res/menu/games_list_menu.xml @@ -90,12 +90,10 @@ -image/svg+xml - - - - - \ No newline at end of file diff --git a/xwords4/android/img_src/up.svg b/xwords4/android/img_src/up.svg deleted file mode 100644 index d68bc337c..000000000 --- a/xwords4/android/img_src/up.svg +++ /dev/null @@ -1,53 +0,0 @@ - -image/svg+xml - - - - - \ No newline at end of file diff --git a/xwords4/android/scripts/images.mk b/xwords4/android/scripts/images.mk index e9f236482..3e649cf57 100644 --- a/xwords4/android/scripts/images.mk +++ b/xwords4/android/scripts/images.mk @@ -12,7 +12,6 @@ SRC_SVGS = \ content_new_net.svg \ content_new_solo.svg \ dict.svg \ - down.svg \ download.svg \ email.svg \ new_group.svg \ @@ -26,7 +25,6 @@ SRC_SVGS = \ send.svg \ trade.svg \ untrade.svg \ - up.svg \ XHDPI_IMGS:=$(foreach img,$(SRC_SVGS:.svg=__gen.png),$(IMG_DEST)/drawable-xhdpi/$(img)) MDPI_IMGS:=$(foreach img,$(SRC_SVGS:.svg=__gen.png),$(IMG_DEST)/drawable-mdpi/$(img))