From 6831c42fe2802801f9ab332c19deca2d2a9bc0ed Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Wed, 15 Aug 2007 19:30:19 +0000 Subject: [PATCH] compile error removed :) --- .../DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs index 90c905560b..062060f921 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs @@ -714,14 +714,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL public Axiom.Math.Quaternion ZERO_ROTATION = new Axiom.Math.Quaternion(0, 0, 0, 0); - // Operator overloads - public class Axi - { - } - public static Axi operator *(Axi c1, double c2) - { - - } } }