aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CImageLoaderTGA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CImageLoaderTGA.cpp')
-rw-r--r--source/Irrlicht/CImageLoaderTGA.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Irrlicht/CImageLoaderTGA.cpp b/source/Irrlicht/CImageLoaderTGA.cpp
index af4fad5..3286bdd 100644
--- a/source/Irrlicht/CImageLoaderTGA.cpp
+++ b/source/Irrlicht/CImageLoaderTGA.cpp
@@ -4,8 +4,6 @@
#include "CImageLoaderTGA.h"
-#ifdef _IRR_COMPILE_WITH_TGA_LOADER_
-
#include "IReadFile.h"
#include "os.h"
#include "CColorConverter.h"
@@ -238,6 +236,3 @@ IImageLoader* createImageLoaderTGA()
} // end namespace video
} // end namespace irr
-
-#endif
-