diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-27 07:18:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-27 07:21:57 +0800 |
commit | a9792256c80e46bf9f0c237b2f6fb29b3b38c699 (patch) | |
tree | 38da52fd38a4964cc14ca57fb6c1a0dabef4ad08 /data/icons/Makefile.am | |
parent | bc048aafffe516805284603356bb3d0bed0c310e (diff) | |
download | gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.gz gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.bz2 gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.lz gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.xz gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.zst gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.zip |
Remove unused stock icons
Both the icons themselves and the names in the header file. This just
removes those without absolutely any reference to them in the entire
source tree, but I suspect we can remove most of them since they are
not actually used.
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r-- | data/icons/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 08f65c63b..d77a919ab 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -3,20 +3,14 @@ NULL = private_icons = \ hicolor_actions_16x16_bookmark-view.png \ hicolor_actions_16x16_history-view.png \ - hicolor_actions_16x16_location-entry.png \ hicolor_actions_22x22_bookmark-view.png \ hicolor_actions_22x22_history-view.png \ - hicolor_actions_22x22_location-entry.png \ hicolor_actions_24x24_bookmark-view.png \ hicolor_actions_24x24_history-view.png \ - hicolor_actions_24x24_location-entry.png \ hicolor_actions_32x32_bookmark-view.png \ hicolor_actions_32x32_history-view.png \ - hicolor_actions_32x32_location-entry.png \ - hicolor_actions_32x32_location-entry.svg \ hicolor_actions_scalable_bookmark-view.svg \ hicolor_actions_scalable_history-view.svg \ - hicolor_actions_scalable_location-entry.svg \ hicolor_places_16x16_bookmark-web.png \ hicolor_places_22x22_bookmark-web.png \ hicolor_places_24x24_bookmark-web.png \ |