From 2c1f593a13e4053d719c41730acdd2700eecc5f3 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 28 Oct 2012 17:04:12 -0700 Subject: [PATCH] Delete declarations of LuaParseTagData and LuaUnparseTagData --- aegisub/src/auto4_lua.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/aegisub/src/auto4_lua.h b/aegisub/src/auto4_lua.h index 2b4caeba7..ba9dbac09 100644 --- a/aegisub/src/auto4_lua.h +++ b/aegisub/src/auto4_lua.h @@ -96,8 +96,6 @@ namespace Automation4 { void ObjectInsert(lua_State *L); void ObjectGarbageCollect(lua_State *L); - int LuaParseTagData(lua_State *L); - int LuaUnparseTagData(lua_State *L); int LuaParseKaraokeData(lua_State *L); void LuaSetUndoPoint(lua_State *L);