From a44551297028b39595a96854e4008cc0dc642006 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 29 Nov 2011 23:17:20 +0000 Subject: [PATCH] Remove out-of-date comment in auto4_lua.cpp Originally committed to SVN as r5929. --- aegisub/src/auto4_lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/auto4_lua.cpp b/aegisub/src/auto4_lua.cpp index a27d6ddf9..d9a34d388 100644 --- a/aegisub/src/auto4_lua.cpp +++ b/aegisub/src/auto4_lua.cpp @@ -809,7 +809,7 @@ namespace Automation4 { set_context(L, c); - GetFeatureFunction("config"); // 2 = config dialog function + GetFeatureFunction("config"); // prepare function call LuaAssFile *subsobj = new LuaAssFile(L, c->ass);