diff options
-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 d34b902..95532f8 100644 --- a/src/lua.c +++ b/src/lua.c @@ -634,7 +634,6 @@ void add_undo_event(lua_State *L, int cursor) { // jump to current change // add a note void recent_changes (lua_State *L) { - // segment definitions by depth lua_getglobal(L, "teliva_program"); int history_array = lua_gettop(L); assert(history_array == 1); |