diff options
author | Dan Winship <danw@ximian.com> | 2007-09-22 01:20:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-09-22 01:20:03 +0800 |
commit | 95abffbf73036f391a99edc650b5f6bcbdd954cc (patch) | |
tree | 15ee9b28240a2a708b560ac234174fcd5fd20204 | |
parent | 572dd23bba3af63e9af1c6389f40008f6afe039b (diff) | |
download | gsoc2013-evolution-95abffbf73036f391a99edc650b5f6bcbdd954cc.tar.gz gsoc2013-evolution-95abffbf73036f391a99edc650b5f6bcbdd954cc.tar.zst gsoc2013-evolution-95abffbf73036f391a99edc650b5f6bcbdd954cc.zip |
Remove this. It was only used by e-icon-list, which is no longer there.
2003-07-23 Dan Winship <danw@ximian.com>
* bad-icon.xpm: Remove this. It was only used by e-icon-list,
which is no longer there.
svn path=/trunk/; revision=34294
-rw-r--r-- | composer/bad-icon.xpm | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/composer/bad-icon.xpm b/composer/bad-icon.xpm deleted file mode 100644 index 0a9cac23cd..0000000000 --- a/composer/bad-icon.xpm +++ /dev/null @@ -1,53 +0,0 @@ -/* XPM */ -static char * bad_icon_xpm[] = { -"48 48 2 1", -" g None", -". g #000000", -"................................................", -". .", -". .", -". .", -". .", -". .", -". .", -". .", -". .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". .. .", -". .. .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". . . .", -". .", -". .", -". .", -". .", -". .", -". .", -"................................................"}; |