diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-20 03:49:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-20 03:51:11 +0800 |
commit | f11f1c477dfbdbe666ad5627ad44ac95bd7c816f (patch) | |
tree | ddd0012dd490f35e634dfc74f682a6cd3e44c4a2 /art/Makefile.am | |
parent | c83ebe7180f5e62c1d2d9df3b542cad52726187a (diff) | |
download | gsoc2013-evolution-f11f1c477dfbdbe666ad5627ad44ac95bd7c816f.tar.gz gsoc2013-evolution-f11f1c477dfbdbe666ad5627ad44ac95bd7c816f.tar.zst gsoc2013-evolution-f11f1c477dfbdbe666ad5627ad44ac95bd7c816f.zip |
Kill Evolution's icon cache once and for all.
GTK+ already does this. Eliminates e_icon_factory_init() and
e_icon_factory_shutdown().
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 1404f37491..9c39dbf762 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -7,8 +7,6 @@ EXTRA_DIST = \ ChangeLog \ ChangeLog.pre-1-4 \ README \ - broken-image-16.xpm \ - broken-image-24.xpm \ empty.xpm \ jump.xpm \ $(images_DATA) |