From 1d512ef7f4071fadf10078825ce83e77a3707f06 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 3 Jul 2022 16:44:08 +0200 Subject: Reduce code duplication between c_converter.cpp and helper.cpp --- src/script/common/helper.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/script/common/helper.h') diff --git a/src/script/common/helper.h b/src/script/common/helper.h index 6491e73cf..fc462b6ef 100644 --- a/src/script/common/helper.h +++ b/src/script/common/helper.h @@ -21,14 +21,11 @@ with this program; if not, write to the Free Software Foundation, Inc., extern "C" { #include -#include } class LuaHelper { protected: - static bool isNaN(lua_State *L, int idx); - /** * Read a value using a template type T from Lua State L and index * -- cgit v1.2.3