diff options
Diffstat (limited to 'src/universe.h')
-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 |