dev/null |binary
1 file changed
New commits:
commit 946a7fd8063219b3621fbdc22c28a57ee72a2067
Author: Michael Weghorn <[email protected]>
AuthorDate: Fri Dec 8 16:12:09 2023 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Tue Dec 12 06:18:22 2023 +0100
android lint: Drop unused image resources
Drop unused image resources that lint warns about, e.g.:
<issue
id="UnusedResources"
message="The resource `R.drawable.action_search` appears to be
unused">
<location
file="res/drawable-hdpi/action_search.png"/>
</issue>
Change-Id: I69422d485fc324245fd562fd75b016862b29c2a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160490
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <[email protected]>
diff --git a/android/source/res/drawable-hdpi/action_search.png
b/android/source/res/drawable-hdpi/action_search.png
deleted file mode 100644
index e6b70451863a..000000000000
Binary files a/android/source/res/drawable-hdpi/action_search.png and /dev/null
differ
diff --git a/android/source/res/drawable-hdpi/action_search_light.png
b/android/source/res/drawable-hdpi/action_search_light.png
deleted file mode 100644
index f12e005ebe83..000000000000
Binary files a/android/source/res/drawable-hdpi/action_search_light.png and
/dev/null differ