summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--image/README.image3
-rw-r--r--image/dn_arrow.xpm21
-rw-r--r--image/up_arrow.xpm21
4 files changed, 0 insertions, 47 deletions
diff --git a/Makefile.am b/Makefile.am
index 14a0d1a492..bc03194dfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -645,7 +645,6 @@ EXTRA_DIST = \
image/capinfos.rc.in \
image/clist_ascend.xpm \
image/clist_descend.xpm \
- image/dn_arrow.xpm \
image/dumpcap.rc.in \
image/editcap.rc.in \
image/file_dlg_win32.rc \
@@ -731,7 +730,6 @@ EXTRA_DIST = \
image/toolbar/wep_closed_24.xpm \
image/toolbar/wiki_24.xpm \
image/tshark.rc.in \
- image/up_arrow.xpm \
image/voip_bg.xpm \
image/voip_select.xpm \
image/wireshark.exe.manifest.in \
diff --git a/image/README.image b/image/README.image
index 9222a37ae4..b780440f21 100644
--- a/image/README.image
+++ b/image/README.image
@@ -10,9 +10,6 @@ File Description
clist_ascend.xpm Packet list sort ascending and descending
clist_descend.xpm indicators
-dn_arrow.xpm Up and down arrows (originally intended for
-up_arrow.xpm filter dialogs - not currently used)
-
wsicon.svg Canonical vector source for the wireshark icon.
wsicon256.png Canonical raster source for the wireshark icon.
Generated from wsicon.svg.
diff --git a/image/dn_arrow.xpm b/image/dn_arrow.xpm
deleted file mode 100644
index 929f5aca68..0000000000
--- a/image/dn_arrow.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static const char *dn_arrow[] = {
-/* width height num_colors chars_per_pixel */
-" 11 12 2 1",
-/* colors */
-". c None",
-"# c #000000",
-/* pixels */
-"...........",
-".#.......#.",
-".##.....##.",
-"..##...##..",
-"...##.##...",
-".#..###..#.",
-".##..#..##.",
-"..##...##..",
-"...##.##...",
-"....###....",
-".....#.....",
-"..........."
-};
diff --git a/image/up_arrow.xpm b/image/up_arrow.xpm
deleted file mode 100644
index 11c80ae448..0000000000
--- a/image/up_arrow.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static const char *up_arrow[] = {
-/* width height num_colors chars_per_pixel */
-" 11 12 2 1",
-/* colors */
-". c None",
-"# c #000000",
-/* pixels */
-"...........",
-".....#.....",
-"....###....",
-"...##.##...",
-"..##...##..",
-".##..#..##.",
-".#..###..#.",
-"...##.##...",
-"..##...##..",
-".##.....##.",
-".#.......#.",
-"..........."
-};