summaryrefslogtreecommitdiff
path: root/includes/luaconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/luaconsole.h')
-rw-r--r--includes/luaconsole.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index bb7c744..e35da84 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -29,8 +29,6 @@ int luacon_eval(char *command);
int luacon_part_update(int t, int i, int x, int y, int surround_space, int nt);
char *luacon_geterror();
void luacon_close();
-int luacon_elementread(lua_State* l);
-int luacon_elementwrite(lua_State* l);
int process_command_lua(pixel *vid_buf, char *console, char *console_error);
int getPartIndex_curIdx;