aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CImageLoaderTGA.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CImageLoaderTGA.h')
-rw-r--r--source/Irrlicht/CImageLoaderTGA.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/Irrlicht/CImageLoaderTGA.h b/source/Irrlicht/CImageLoaderTGA.h
index d8f7368..4e67579 100644
--- a/source/Irrlicht/CImageLoaderTGA.h
+++ b/source/Irrlicht/CImageLoaderTGA.h
@@ -5,7 +5,6 @@
#ifndef __C_IMAGE_LOADER_TGA_H_INCLUDED__
#define __C_IMAGE_LOADER_TGA_H_INCLUDED__
-#include "IrrCompileConfig.h"
#include "IImageLoader.h"
@@ -15,8 +14,6 @@ namespace irr
namespace video
{
-#if defined(_IRR_COMPILE_WITH_TGA_LOADER_) || defined(_IRR_COMPILE_WITH_TGA_WRITER_)
-
// byte-align structures
#include "irrpack.h"
@@ -46,10 +43,6 @@ namespace video
// Default alignment
#include "irrunpack.h"
-#endif // compiled with loader or reader
-
-#ifdef _IRR_COMPILE_WITH_TGA_LOADER_
-
/*!
Surface Loader for targa images
*/
@@ -73,10 +66,7 @@ private:
u8* loadCompressedImage(io::IReadFile *file, const STGAHeader& header) const;
};
-#endif // compiled with loader
-
} // end namespace video
} // end namespace irr
#endif
-