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/food.xpm | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lib/xpm/food.xpm (limited to 'lib/xpm/food.xpm') diff --git a/lib/xpm/food.xpm b/lib/xpm/food.xpm deleted file mode 100644 index 34558d3..0000000 --- a/lib/xpm/food.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char *food_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 16 16 4 1", -/* colors */ -". c #f83000", -"# c #c8ccc8", -"a c #989898", -"b c #f8fcf8", -/* pixels */ -"bbbbbbbbbbbbbbbb", -"bbbbbbbbbbbbbbbb", -"bbbbbbbbbbbbbbbb", -"bbb#bbbbbb#b#abb", -"bbbbbbbbbbbbbabb", -"bbbbbbbbbbbbbabb", -"bbbbbbbb.bbbbabb", -"bbbbbbbb.bbbbabb", -"bbbbbb.....bbabb", -"bbbbbbbb.bbbbabb", -"bbbbbbbb.bbbbabb", -"bbbbbbbbbbbbbabb", -"bbbbbbbbbbbbbabb", -"bbbaaaaaaaaaaabb", -"bbbbbbbbbbbbbbbb", -"bbbbbbbbbbbbbbbb" -}; -- cgit v1.1