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.h | |
parent | 3e96455b29cdd0494fc4faf7edbf0532594a9cc0 (diff) | |
download | gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.gz 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.h')
-rw-r--r-- | mail/pixmaps.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/pixmaps.h b/mail/pixmaps.h deleted file mode 100644 index fdbb932771..0000000000 --- a/mail/pixmaps.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef EVOLUTION_PIXMAPS_H -#define EVOLUTION_PIXMAPS_H - -#include "pixmaps/envelope-opened.xpm" -#include "pixmaps/envelope-closed.xpm" -#include "pixmaps/empty.xpm" -#include "pixmaps/attachment.xpm" -#include "pixmaps/attachment-header.xpm" -#include "pixmaps/online-status.xpm" -#include "pixmaps/message-status.xpm" -#include "pixmaps/envelope-deleted.xpm" - -#endif /* EVOLUTION_PIXMAPS_H */ - |