compile error removed :)

afrisby
Tedd Hansen 2007-08-15 19:30:19 +00:00
parent 9c3251b177
commit 6831c42fe2
1 changed files with 0 additions and 8 deletions

View File

@ -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)
{
}
}
}