From a17315b742dd3ae2f09d9078846272601139b8c1 Mon Sep 17 00:00:00 2001 From: npwoods Date: Fri, 6 Sep 2019 09:10:40 -0400 Subject: MT#7408: Fixed issue that caused most LUA callbacks to be duplicated (#5592) --- src/frontend/mame/luaengine.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/frontend/mame/luaengine.cpp b/src/frontend/mame/luaengine.cpp index 5416598b5d9..5412f182304 100644 --- a/src/frontend/mame/luaengine.cpp +++ b/src/frontend/mame/luaengine.cpp @@ -638,13 +638,6 @@ int lua_engine::enumerate_functions(const char *id, std::function()); - if (!ret.valid()) - { - sol::error err = ret; - osd_printf_error("[LUA ERROR] in execute_function: %s\n", err.what()); - } } } return true; -- cgit v1.2.3