CREATE_PROJECT: Remove forced USE_TREMOR define on OS X.

This commit is contained in:
Einar Johan Trøan Sømåen 2015-04-09 20:41:16 +02:00
parent 680b107278
commit c49fd6afeb

View file

@ -970,7 +970,6 @@ void XCodeProvider::setupDefines(const BuildSetup &setup) {
ADD_DEFINE(_defines, "SCUMM_LITTLE_ENDIAN");
ADD_DEFINE(_defines, "UNIX");
ADD_DEFINE(_defines, "SCUMMVM");
ADD_DEFINE(_defines, "USE_TREMOR");
}
//////////////////////////////////////////////////////////////////////////