From 5fce44d580c24ac4c817ca62614670b04b4cf10b Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Mon, 5 May 2008 22:36:42 +0100 Subject: Scrap plug-able interfaces in preparation for GTK GUI. Signed-off-by: Bradley Smith --- lib/xpm/baddie.xpm | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lib/xpm/baddie.xpm (limited to 'lib/xpm/baddie.xpm') diff --git a/lib/xpm/baddie.xpm b/lib/xpm/baddie.xpm deleted file mode 100644 index 60c1c6d..0000000 --- a/lib/xpm/baddie.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char *baddie_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 16 16 5 1", -/* colors */ -". c #ffffff", -"# c #990033", -"a c #c0c0c0", -"b c #808080", -"c c #ffffff", -/* pixels */ -"................", -"................", -"......#...#.....", -".......###......", -".....a#####a....", -".....b#c###b....", -"....b#c###b#b...", -"....##cbab###...", -"...#####a#####..", -"....####a####...", -"...#b###a###b#..", -".....###a###....", -"....#a##a##a#...", -".......#b#......", -"................", -"................" -}; -- cgit v1.1