summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index c595756..234a4e3 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -181,14 +181,6 @@ typedef enum {
LC_IMAGE_AVI
} LC_IMAGE_FORMATS;
-
-typedef struct
-{
- unsigned short width;
- unsigned short height;
- void* bits;
-} LC_IMAGE;
-
typedef struct
{
unsigned char quality;