cleanup: remove _IRR_COMPILE_ANDROID_ASSET_READER_ build flag

it's enabled inconditionally on android

also remove some _IRR_COMPILE_WITH_ANDROID_DEVICE_ which are useless because cmake is already properly configured
This commit is contained in:
Loic Blot
2023-10-09 09:08:00 +02:00
committed by sfan5
parent ae63f1bf02
commit 7cade6f27f
9 changed files with 1 additions and 30 deletions

View File

@ -2,9 +2,6 @@
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifdef _IRR_COMPILE_ANDROID_ASSET_READER_
#include "CAndroidAssetReader.h"
#include "CReadFile.h"
@ -69,4 +66,3 @@ const io::path& CAndroidAssetReader::getFileName() const
} // end namespace io
} // end namespace irr
#endif // _IRR_COMPILE_ANDROID_ASSET_READER_