From ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 24 Jul 2025 02:32:37 -0500 Subject: errors and then,, yknow fix them --- src/io.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index c42965c..fcd43de 100644 --- a/src/io.h +++ b/src/io.h @@ -19,7 +19,6 @@ #define color_white "\e[97m" #define color_reset "\e[0m" -int l_readfile(lua_State*); int l_debug(lua_State*); int l_log(lua_State*); int l_warn(lua_State*); @@ -50,7 +49,6 @@ static struct config io_config[] = { }; static const luaL_Reg io_function_list [] = { - {"readfile",l_readfile}, {"debug",l_debug}, {"log",l_log}, {"warn",l_warn}, -- cgit v1.2.3