This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH numberstation] Remove unused icon
Should be fairly self explanatory:
Icon was unusued therefore it got removed.
[PATCH] Remove unused icon
The icon was introduced in
ffa0b6a57ebed3f851d79723862c82bc927ff732
but never actually used (user-trash-symbolic is used instead).
---
numberstation/icon/delete-symbolic.svg | 1 -
numberstation/numberstation.gresource.xml | 2 --
2 files changed, 3 deletions(-)
delete mode 100644 numberstation/icon/delete-symbolic.svg
diff --git a/numberstation/icon/delete-symbolic.svg b/numberstation/icon/delete-symbolic.svg
deleted file mode 100644
index 734827e..0000000
--- a/numberstation/icon/delete-symbolic.svg
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13 5v9H4V5H2v9c0 2 2 2 2 2h9c2 0 2-2 2-2V5zM9 6H8v6h1zM7 6H6v6h1zm4 0h-1v6h1zm1-6c2 0 2 2 2 2h2v2H1V2h2c0-2 2-2 2-2zm0 1H5v1h7z" fill="#474747"/></svg>
\ No newline at end of file
diff --git a/numberstation/numberstation.gresource.xml b/numberstation/numberstation.gresource.xml
index bf87205..87719a1 100644
--- a/numberstation/numberstation.gresource.xml
+++ b/numberstation/numberstation.gresource.xml
@@ -3,7 +3,5 @@
<gresource prefix="/org/postmarketos/Numberstation">
<file>ui/numberstation.glade</file>
<file>ui/style.css</file>
-
- <file>icon/delete-symbolic.svg</file>
</gresource>
</gresources>
--
2.39.2
Re: [PATCH] Remove unused icon
Thanks, applied :)
On 2/22/23 17:15, Evangelos Ribeiro Tzaras wrote:
> The icon was introduced in
> ffa0b6a57ebed3f851d79723862c82bc927ff732
> but never actually used (user-trash-symbolic is used instead).
> ---
> numberstation/icon/delete-symbolic.svg | 1 -
> numberstation/numberstation.gresource.xml | 2 --
> 2 files changed, 3 deletions(-)
> delete mode 100644 numberstation/icon/delete-symbolic.svg
>
> diff --git a/numberstation/icon/delete-symbolic.svg b/numberstation/icon/delete-symbolic.svg
> deleted file mode 100644
> index 734827e..0000000
> --- a/numberstation/icon/delete-symbolic.svg
> +++ /dev/null
> @@ -1 +0,0 @@
> -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13 5v9H4V5H2v9c0 2 2 2 2 2h9c2 0 2-2 2-2V5zM9 6H8v6h1zM7 6H6v6h1zm4 0h-1v6h1zm1-6c2 0 2 2 2 2h2v2H1V2h2c0-2 2-2 2-2zm0 1H5v1h7z" fill="#474747"/></svg>
> \ No newline at end of file
> diff --git a/numberstation/numberstation.gresource.xml b/numberstation/numberstation.gresource.xml
> index bf87205..87719a1 100644
> --- a/numberstation/numberstation.gresource.xml
> +++ b/numberstation/numberstation.gresource.xml
> @@ -3,7 +3,5 @@
> <gresource prefix="/org/postmarketos/Numberstation">
> <file>ui/numberstation.glade</file>
> <file>ui/style.css</file>
> -
> - <file>icon/delete-symbolic.svg</file>
> </gresource>
> </gresources>