diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-02 05:34:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-02 05:34:43 +0800 |
commit | 25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c (patch) | |
tree | 9180f6636553bb4fe27dfdcc4eaad65e8067850e /mail/pixmaps/attachment.xpm | |
parent | 3e96455b29cdd0494fc4faf7edbf0532594a9cc0 (diff) | |
download | gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.gz gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.bz2 gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.lz gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.xz gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.zst gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.zip |
Removed. These aren't being used any more. (The real pixmaps are in
* pixmaps.h, pixmaps/*.xpm: Removed. These aren't being used any
more. (The real pixmaps are in ../art.)
svn path=/trunk/; revision=3848
Diffstat (limited to 'mail/pixmaps/attachment.xpm')
-rw-r--r-- | mail/pixmaps/attachment.xpm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/pixmaps/attachment.xpm b/mail/pixmaps/attachment.xpm deleted file mode 100644 index f154cceb18..0000000000 --- a/mail/pixmaps/attachment.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * attachment_xpm[] = { -"16 16 2 1", -" c None", -". c #000000", -" ", -" .. ", -" . . . ", -" . . .. ", -" . . . ", -" . . . ", -" . . . ", -" . . . ", -" . . . ", -" . . ", -" . . ", -" .. .. ", -" .. .. ", -" .. ", -" ", -" "}; |