diff options
author | Justin Clark-Casey (justincc) | 2010-08-26 16:27:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-26 16:27:41 +0100 |
commit | df702417dc6aba6422b3f252023ea551620f8ee2 (patch) | |
tree | 8baf1ddea3f747e4607aa1befb483add3248735f /OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |
parent | Reinstate kill record check that prevents an entity update being sent to a cl... (diff) | |
download | opensim-SC-df702417dc6aba6422b3f252023ea551620f8ee2.zip opensim-SC-df702417dc6aba6422b3f252023ea551620f8ee2.tar.gz opensim-SC-df702417dc6aba6422b3f252023ea551620f8ee2.tar.bz2 opensim-SC-df702417dc6aba6422b3f252023ea551620f8ee2.tar.xz |
Remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs index e08fa77..d7767bd 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |||
@@ -576,8 +576,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
576 | } | 576 | } |
577 | 577 | ||
578 | public SceneObjectGroup GetRezReadySceneObject(TaskInventoryItem item) | 578 | public SceneObjectGroup GetRezReadySceneObject(TaskInventoryItem item) |
579 | { | 579 | { |
580 | UUID ownerID = item.OwnerID; | ||
581 | AssetBase rezAsset = m_part.ParentGroup.Scene.AssetService.Get(item.AssetID.ToString()); | 580 | AssetBase rezAsset = m_part.ParentGroup.Scene.AssetService.Get(item.AssetID.ToString()); |
582 | 581 | ||
583 | if (null == rezAsset) | 582 | if (null == rezAsset) |