diff --git a/plug-ins/imagemap/Makefile.am b/plug-ins/imagemap/Makefile.am index d30ceef066..1f851a54ff 100644 --- a/plug-ins/imagemap/Makefile.am +++ b/plug-ins/imagemap/Makefile.am @@ -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 \ diff --git a/plug-ins/imagemap/open.xpm b/plug-ins/imagemap/open.xpm deleted file mode 100644 index 66602b4148..0000000000 --- a/plug-ins/imagemap/open.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * open_xpm[] = { -"16 16 4 1", -" c None", -". c #000000", -"+ c #FFFDA0", -"@ c #808000", -" ", -" ", -" ... ", -" . . .", -" ..", -" ... ...", -" .+++....... ", -" .+++++++++. ", -" .+++++++++. ", -" .++++..........", -" .+++.@@@@@@@@@.", -" .++.@@@@@@@@@. ", -" .+.@@@@@@@@@. ", -" ..@@@@@@@@@. ", -" ........... ", -" "}; diff --git a/plug-ins/imagemap/save.xpm b/plug-ins/imagemap/save.xpm deleted file mode 100644 index c7ca723bb1..0000000000 --- a/plug-ins/imagemap/save.xpm +++ /dev/null @@ -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", -" ", -" .++++++++++++. ", -" +@+########+@+ ", -" +++########+++ ", -" +@+########+@+ ", -" +@+########+@+ ", -" +@+########+@+ ", -" +@+########+@+ ", -" +@$++++++++$@+ ", -" +@@@@@@@@@@@@+ ", -" +@@$++++++$@@+ ", -" +@@+%..%%%+@@+ ", -" +@@+.@@#%%+@@+ ", -" +@@+.@@#%%+@@+ ", -" .++++++++++++. ", -" "}; diff --git a/plug-ins/imagemap/zoom_in.xpm b/plug-ins/imagemap/zoom_in.xpm deleted file mode 100644 index b31d20be8e..0000000000 --- a/plug-ins/imagemap/zoom_in.xpm +++ /dev/null @@ -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", -" .++++. ", -" ++ ++ ", -" +.@@ .+ ", -".+@# $$ +. ", -"+ # $$ + ", -"+ $$$$$$ + ", -"+ $$$$$$ + ", -"+ $$ . + ", -".+ .$$ . +. ", -" +. ... .+ ", -" ++ ++++ ", -" .++++. +++ ", -" +++ ", -" +++ ", -" +. ", -" "}; diff --git a/plug-ins/imagemap/zoom_out.xpm b/plug-ins/imagemap/zoom_out.xpm deleted file mode 100644 index 9025ee54b9..0000000000 --- a/plug-ins/imagemap/zoom_out.xpm +++ /dev/null @@ -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", -" .++++. ", -" ++ ++ ", -" +.@@ .+ ", -".+@# +. ", -"+ # + ", -"+ $$$$$$ + ", -"+ $$$$$$ + ", -"+ . + ", -".+ . . +. ", -" +. ... .+ ", -" ++ ++++ ", -" .++++. +++ ", -" +++ ", -" +++ ", -" +. ", -" "};