aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTedd Hansen2007-08-15 19:30:19 +0000
committerTedd Hansen2007-08-15 19:30:19 +0000
commit6831c42fe2802801f9ab332c19deca2d2a9bc0ed (patch)
tree47d5ae4315b2004993aaefa04b85a19382b7db2c /OpenSim
parentBugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a... (diff)
downloadopensim-SC_OLD-6831c42fe2802801f9ab332c19deca2d2a9bc0ed.zip
opensim-SC_OLD-6831c42fe2802801f9ab332c19deca2d2a9bc0ed.tar.gz
opensim-SC_OLD-6831c42fe2802801f9ab332c19deca2d2a9bc0ed.tar.bz2
opensim-SC_OLD-6831c42fe2802801f9ab332c19deca2d2a9bc0ed.tar.xz
compile error removed :)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs8
1 files changed, 0 insertions, 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 90c9055..062060f 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
714 public Axiom.Math.Quaternion ZERO_ROTATION = new Axiom.Math.Quaternion(0, 0, 0, 0); 714 public Axiom.Math.Quaternion ZERO_ROTATION = new Axiom.Math.Quaternion(0, 0, 0, 0);
715 715
716 716
717 // Operator overloads
718 public class Axi
719 {
720 }
721 public static Axi operator *(Axi c1, double c2)
722 {
723
724 }
725 717
726 } 718 }
727} 719}