summaryrefslogtreecommitdiffstats
path: root/include/video_easylogo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video_easylogo.h')
-rw-r--r--include/video_easylogo.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/video_easylogo.h b/include/video_easylogo.h
deleted file mode 100644
index ae56601188..0000000000
--- a/include/video_easylogo.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-** video easylogo
-** ==============
-** (C) 2000 by Paolo Scaffardi (arsenio@tin.it)
-** AIRVENT SAM s.p.a - RIMINI(ITALY)
-**
-** This utility is still under construction!
-*/
-
-#ifndef _EASYLOGO_H_
-#define _EASYLOGO_H_
-
-
-typedef struct {
- unsigned char *data;
- int width;
- int height;
- int bpp;
- int pixel_size;
- int size;
-} fastimage_t ;
-
-#endif /* _EASYLOGO_H_ */