Remane the prj to insert it into nightly test.
[bertos.git] / boards / sam3n-ek / examples / display / bitmaps.h
diff --git a/boards/sam3n-ek/examples/display/bitmaps.h b/boards/sam3n-ek/examples/display/bitmaps.h
deleted file mode 100644 (file)
index 160a0f7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define BMP_LOGO_WIDTH  176
-#define BMP_LOGO_HEIGHT 86
-
-#define BMP_THINKING_WIDTH  176
-#define BMP_THINKING_HEIGHT 220
-
-extern const char bmp_logo[];
-extern const char bmp_thinking[];
-