Remove unused light / dark mode icon

This commit is contained in:
Matt Baer 2018-12-17 22:27:10 -05:00
parent 2c93de931b
commit 2a7a5041c3
3 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,8 +1,6 @@
install_data('icons/write-as.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
)
install_data('icons/writeas-bright-dark.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
install_data('writeas-gtk.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))