diff --git a/Barotrauma/BarotraumaShared/SharedSource/Lua/NLuaSetup.cs b/Barotrauma/BarotraumaShared/SharedSource/Lua/NLuaSetup.cs deleted file mode 100644 index d4843f8e9..000000000 --- a/Barotrauma/BarotraumaShared/SharedSource/Lua/NLuaSetup.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace Barotrauma -{ - partial class LuaSetup - { - //private void NLua_HookException(object sender, NLua.Event.HookExceptionEventArgs e) - //{ - // HandleLuaException(e.Exception); - //} - } -}