Removed stray old define.

This commit is contained in:
Relintai 2022-10-05 14:36:51 +02:00
parent 258857332c
commit 7357a4f65c

View File

@ -4,9 +4,6 @@ Import('env')
module_env = env.Clone()
if os.path.isdir('../props'):
module_env.Append(CPPDEFINES=['PROPS_PRESENT'])
sources = [
"register_types.cpp",