From dd42269f31b9deb7f4d3619ce8d6652c800af103 Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:58:43 -0300 Subject: [PATCH] visual studio is unable to delete this file via normal means --- .../BarotraumaShared/SharedSource/Lua/NLuaSetup.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Barotrauma/BarotraumaShared/SharedSource/Lua/NLuaSetup.cs 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); - //} - } -}