diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-10 18:16:57 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-10 18:16:57 +0200 |
commit | 7d31e295dc782afc92f3215d1571e629a5407fbf (patch) | |
tree | 2be6f774be1b41f65dd4e8c015712dacee42c21b /src/universe.h | |
parent | ae582acdb1bfb3fb4171682b884545d174e95aa9 (diff) | |
download | lanes-7d31e295dc782afc92f3215d1571e629a5407fbf.tar.gz lanes-7d31e295dc782afc92f3215d1571e629a5407fbf.tar.bz2 lanes-7d31e295dc782afc92f3215d1571e629a5407fbf.zip |
Removed .demote_full_userdata
Diffstat (limited to '')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/universe.h b/src/universe.h index 2b8cdf2..f0975d8 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -128,8 +128,6 @@ class Universe | |||
128 | // for verbose errors | 128 | // for verbose errors |
129 | bool verboseErrors{ false }; | 129 | bool verboseErrors{ false }; |
130 | 130 | ||
131 | bool demoteFullUserdata{ false }; | ||
132 | |||
133 | bool stripFunctions{ true }; | 131 | bool stripFunctions{ true }; |
134 | 132 | ||
135 | // before a state is created, this function will be called to obtain the allocator | 133 | // before a state is created, this function will be called to obtain the allocator |