~martijnbraam/public-inbox

Evangelos Ribeiro Tzaras: 1
 Remove unused icon

 2 files changed, 0 insertions(+), 3 deletions(-)
Thanks, applied :)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martijnbraam/public-inbox/patches/39251/mbox | git am -3
Learn more about email & git

[PATCH] Remove unused icon Export this patch

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
Thanks, applied :)