aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-20 10:56:15 -0700
committerJohn Hurliman2009-10-20 10:56:15 -0700
commit8151190a45b98645efb06ea28b1758ffbc75cf7e (patch)
tree86413fe5a407a6ce24337a23148c7eb816eed792 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
parent* Removing cruft left over from the conversion to the new texture sending and... (diff)
downloadopensim-SC_OLD-8151190a45b98645efb06ea28b1758ffbc75cf7e.zip
opensim-SC_OLD-8151190a45b98645efb06ea28b1758ffbc75cf7e.tar.gz
opensim-SC_OLD-8151190a45b98645efb06ea28b1758ffbc75cf7e.tar.bz2
opensim-SC_OLD-8151190a45b98645efb06ea28b1758ffbc75cf7e.tar.xz
* Removing ODEPrim and ODECharacter GetHashCode() overrides since they were based on something that could change
* Tweaked a few other GetHashCode() overrides to bring them in line with MSDN recommendations
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 63bfc90..4581d22 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -259,11 +259,6 @@ namespace OpenSim.Region.Physics.OdePlugin
259 m_localID = value; } 259 m_localID = value; }
260 } 260 }
261 261
262 public override int GetHashCode()
263 {
264 return (int)m_localID;
265 }
266
267 public override bool Grabbed 262 public override bool Grabbed
268 { 263 {
269 set { return; } 264 set { return; }