From 4ad3390ce39ed7525a073990c1655e7b1e14ce6b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 5 Nov 2021 22:07:46 -0700 Subject: . --- src/lua.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lua.c b/src/lua.c index f773607..0bbcd47 100644 --- a/src/lua.c +++ b/src/lua.c @@ -368,14 +368,6 @@ static int pmain (lua_State *L) { } -//? static const char *WINDOWMETA = "curses:window"; // metatable for all ncurses WINDOW objects -//? // prototype for all ncurses WINDOW metatables -//? static const luaL_Reg curses_window_fns[] = { -//? {"addstr", Waddstr}, -//? {NULL, NULL} -//? }; - - typedef struct NumArray { int size; double values[0]; /* variable part */ -- cgit 1.4.1-2-gfad0