diff options
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/state.cpp b/src/state.cpp index 0757203..9cd7343 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -153,8 +153,6 @@ namespace state { | |||
153 | // ############################################################################################# | 153 | // ############################################################################################# |
154 | // ############################################################################################# | 154 | // ############################################################################################# |
155 | 155 | ||
156 | // ############################################################################################# | ||
157 | |||
158 | lua_State* CreateState([[maybe_unused]] Universe* const U_, lua_State* const from_, std::string_view const& hint_) | 156 | lua_State* CreateState([[maybe_unused]] Universe* const U_, lua_State* const from_, std::string_view const& hint_) |
159 | { | 157 | { |
160 | lua_State* const _L { | 158 | lua_State* const _L { |