summaryrefslogtreecommitdiff
path: root/lib/Image.cc
diff options
context:
space:
mode:
authorpixel <pixel>2007-09-28 09:05:55 +0000
committerpixel <pixel>2007-09-28 09:05:55 +0000
commit0150e8b7a7e4fc00021e79c297bb5cd702318b1f (patch)
treec36c3f5b87ab151d597022fa64d2c75581b6f33a /lib/Image.cc
parent06a719b075fbeea7b54ebe30595b959ed66ad687 (diff)
64 bits fixes.
Diffstat (limited to 'lib/Image.cc')
-rw-r--r--lib/Image.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Image.cc b/lib/Image.cc
index 432f16a..f85495f 100644
--- a/lib/Image.cc
+++ b/lib/Image.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Image.cc,v 1.18 2007-06-29 16:09:43 pixel Exp $ */
+/* $Id: Image.cc,v 1.19 2007-09-28 09:05:55 pixel Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -113,10 +113,6 @@ jpeg_handle_dest (j_compress_ptr cinfo, Handle * outfile)
}
#endif
-typedef unsigned char Byte;
-typedef unsigned short int Word;
-typedef unsigned long int DWord;
-
struct TGAHeader {
Byte IDLength;
Byte ColorMapType;