From 4995040204ca27b13ed4e52ad01d76111ae6b081 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 3 May 2024 11:25:07 +0200 Subject: Some code factorization --- src/tools.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index 9d4ed4c..53d3a99 100644 --- a/src/tools.h +++ b/src/tools.h @@ -8,9 +8,6 @@ class Universe; // ################################################################################################# -void push_registry_subtable_mode(lua_State* L_, RegistryUniqueKey key_, const char* mode_); -void push_registry_subtable(lua_State* L_, RegistryUniqueKey key_); - enum class VT { NORMAL, // keep this one first so that it's the value we get when we default-construct -- cgit v1.2.3-55-g6feb