Removed a few *.xpm files since we now have stock icons for those. Updated Makefile.am accordingly.

This commit is contained in:
Maurits Rijk 2002-06-18 20:48:26 +00:00
parent 71ff805389
commit 44de2bff0a
5 changed files with 0 additions and 104 deletions

View File

@ -14,16 +14,11 @@ EXTRA_DIST = \
edit.xpm \
grid.xpm \
map_info.xpm \
open.xpm \
polygon.xpm \
preferences.xpm \
rectangle.xpm \
save.xpm \
to_back.xpm \
to_front.xpm \
zoom_in.xpm \
zoom_out.xpm \
ChangeLog \
AUTHORS \
NEWS \
README \

View File

@ -1,23 +0,0 @@
/* XPM */
static char * open_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",
"+ c #FFFDA0",
"@ c #808000",
" ",
" ",
" ... ",
" . . .",
" ..",
" ... ...",
" .+++....... ",
" .+++++++++. ",
" .+++++++++. ",
" .++++..........",
" .+++.@@@@@@@@@.",
" .++.@@@@@@@@@. ",
" .+.@@@@@@@@@. ",
" ..@@@@@@@@@. ",
" ........... ",
" "};

View File

@ -1,26 +0,0 @@
/* XPM */
static char * save_xpm[] = {
"16 16 7 1",
" c None",
". c #808080",
"+ c #000000",
"@ c #0000FF",
"# c #FFFFFF",
"$ c #008080",
"% c #C0C0C0",
" ",
" .++++++++++++. ",
" +@+########+@+ ",
" +++########+++ ",
" +@+########+@+ ",
" +@+########+@+ ",
" +@+########+@+ ",
" +@+########+@+ ",
" +@$++++++++$@+ ",
" +@@@@@@@@@@@@+ ",
" +@@$++++++$@@+ ",
" +@@+%..%%%+@@+ ",
" +@@+.@@#%%+@@+ ",
" +@@+.@@#%%+@@+ ",
" .++++++++++++. ",
" "};

View File

@ -1,25 +0,0 @@
/* XPM */
static char * zoom_in_xpm[] = {
"16 16 6 1",
" c None",
". c #7F7F7F",
"+ c #000000",
"@ c #FFFFFF",
"# c #D3D3D3",
"$ c #770333",
" .++++. ",
" ++ ++ ",
" +.@@ .+ ",
".+@# $$ +. ",
"+ # $$ + ",
"+ $$$$$$ + ",
"+ $$$$$$ + ",
"+ $$ . + ",
".+ .$$ . +. ",
" +. ... .+ ",
" ++ ++++ ",
" .++++. +++ ",
" +++ ",
" +++ ",
" +. ",
" "};

View File

@ -1,25 +0,0 @@
/* XPM */
static char * zoom_out_xpm[] = {
"16 16 6 1",
" c None",
". c #7F7F7F",
"+ c #000000",
"@ c #FFFFFF",
"# c #D3D3D3",
"$ c #770333",
" .++++. ",
" ++ ++ ",
" +.@@ .+ ",
".+@# +. ",
"+ # + ",
"+ $$$$$$ + ",
"+ $$$$$$ + ",
"+ . + ",
".+ . . +. ",
" +. ... .+ ",
" ++ ++++ ",
" .++++. +++ ",
" +++ ",
" +++ ",
" +. ",
" "};