Removed System.Windows.Form reference from DotNetEngine.Compiler.LSL , it didn't seem to be needed anyway.

This commit is contained in:
MW
2007-08-08 15:26:19 +00:00
parent 6bfe911af3
commit a3b1a61e6a
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading;
using System.Windows.Forms;
//using System.Windows.Forms;
namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
{