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/online-status.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/online-status.xpm')
-rw-r--r-- | mail/pixmaps/online-status.xpm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/pixmaps/online-status.xpm b/mail/pixmaps/online-status.xpm deleted file mode 100644 index 88009ea480..0000000000 --- a/mail/pixmaps/online-status.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * online_status_xpm[] = { -"16 16 4 1", -" c None", -". c #000000", -"+ c #9B9B9B", -"@ c #5CE537", -" ", -" . ", -" . ", -" . ", -" . +........+ ", -" . .++++++++. ", -" .. .++++++@+. ", -" ...++++++++. ", -" .. .++++++++. ", -" . .++++++++. ", -" . +........+ ", -" . ", -" . ", -" . ", -" . ", -" "}; |