diff options
Diffstat (limited to 'src/lua.c')
-rw-r--r-- | src/lua.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua.c b/src/lua.c index 5dcc492..a766e65 100644 --- a/src/lua.c +++ b/src/lua.c @@ -466,7 +466,6 @@ int main (int argc, char **argv) { /* stack: metatable */ luaL_register(L, NULL, array_methods); /* register array_methods in metatable */ luaL_register(L, "array", arraylib_functions); -//? luaL_register(L, "curses.window", curses_window_fns); initscr(); echo(); s.argc = argc; |