summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2001-03-26 17:19:57 +0000
committerleo2001-03-26 17:19:57 +0000
commitf1b22e07982337233ee4c1ad4cfbee0334ad93df (patch)
tree4a1c6acb65fd7cf4916f10cbd18e221a0386c126 /common/typedefs.h
parente8c9abea837366ee7dd5f4668ee459a26be32e9c (diff)
Reorganized the Image I/O functions, created a new Image class.
git-svn-id: http://svn.leocad.org/trunk@263 c7d43263-9d01-0410-8a33-9dba5d9f93d6
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;