Remove out-of-date comment in auto4_lua.cpp

Originally committed to SVN as r5929.
This commit is contained in:
Thomas Goyne 2011-11-29 23:17:20 +00:00
parent d061e81ada
commit a445512970
1 changed files with 1 additions and 1 deletions

View File

@ -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);