aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/tree-expanded.xpm
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-08-23 09:48:20 +0800
committerChris Toshok <toshok@src.gnome.org>2000-08-23 09:48:20 +0800
commit049c61546b2ec5910b85f8dc059aba5f0b0fcada (patch)
tree4d3c5153012009a645a4e35ccfd82219c3d1b0d1 /widgets/table/tree-expanded.xpm
parent1e5ae349da6db9a0af7714037e23ee599f60c068 (diff)
downloadgsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar
gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.gz
gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.bz2
gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.lz
gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.xz
gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.zst
gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.zip
remove tree-expanded.xpm and tree-unexpanded.xpm.
2000-08-22 Chris Toshok <toshok@helixcode.com> * Makefile.am (icons): remove tree-expanded.xpm and tree-unexpanded.xpm. * e-tree-example-1.c: use art/tree-expanded.xpm and art/tree-unexpanded.xpm. (remove_node): commit the change listed below (08-21). * tree-expanded.xpm: removed. * tree-unexpanded.xpm: removed. svn path=/trunk/; revision=4975
Diffstat (limited to 'widgets/table/tree-expanded.xpm')
-rw-r--r--widgets/table/tree-expanded.xpm22
1 files changed, 0 insertions, 22 deletions
diff --git a/widgets/table/tree-expanded.xpm b/widgets/table/tree-expanded.xpm
deleted file mode 100644
index fc748953eb..0000000000
--- a/widgets/table/tree-expanded.xpm
+++ /dev/null
@@ -1,22 +0,0 @@
-/* XPM */
-static char * tree_expanded_xpm[] = {
-"16 16 3 1",
-" c None",
-". c #000000",
-"+ c #FFFFFF",
-" ",
-" ",
-" ",
-" ",
-" ......... ",
-" .+++++++. ",
-" .+++++++. ",
-" .+++++++. ",
-" .+.....+. ",
-" .+++++++. ",
-" .+++++++. ",
-" .+++++++. ",
-" ......... ",
-" ",
-" ",
-" "};