diff options
author | Adam Frisby | 2007-07-19 00:25:40 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-19 00:25:40 +0000 |
commit | 6cf9d6da213c048c69b9ab2104086e7e06674fb9 (patch) | |
tree | 985fa00ce46c6cb17cea6956bf830b34c70091d8 /OpenSim/Region/Environment/Scenes/Primitive.cs | |
parent | * Removing more compiler warnings. (diff) | |
download | opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.zip opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.tar.gz opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.tar.bz2 opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.tar.xz |
* Removing more compiler warnings
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Primitive.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Primitive.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Primitive.cs b/OpenSim/Region/Environment/Scenes/Primitive.cs index 7484393..67ba500 100644 --- a/OpenSim/Region/Environment/Scenes/Primitive.cs +++ b/OpenSim/Region/Environment/Scenes/Primitive.cs | |||
@@ -44,8 +44,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
44 | public bool m_isRootPrim; | 44 | public bool m_isRootPrim; |
45 | public EntityBase m_Parent; | 45 | public EntityBase m_Parent; |
46 | 46 | ||
47 | private EventManager m_eventManager; | ||
48 | |||
49 | public event PrimCountTaintedDelegate OnPrimCountTainted; | 47 | public event PrimCountTaintedDelegate OnPrimCountTainted; |
50 | 48 | ||
51 | #region Properties | 49 | #region Properties |