aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-07-24 02:32:37 -0500
committerame <[email protected]>2025-07-24 02:32:37 -0500
commited2dd6874a905769c5cfc080333ab0b12f9a9fe8 (patch)
tree60e29dbb01635dc9a94e02709520baea1b63d5fe /src/io.h
parentb392bec30ebdd4c84446623193b82531b8001b88 (diff)
errors and then,, yknow fix them
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h2
1 files changed, 0 insertions, 2 deletions
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},