* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-02-11 20:36:17 +00:00
parent 9b6035c2a6
commit 83105211bc
3 changed files with 5 additions and 3 deletions

View File

@@ -2224,10 +2224,10 @@ namespace OpenSim.Region.Framework.Scenes
//
ScenePresence sp = GetScenePresence(sceneObject.OwnerID);
uint parentLocalID = 0;
//uint parentLocalID = 0;
if (sp != null)
{
parentLocalID = sp.LocalId;
//parentLocalID = sp.LocalId;
//sceneObject.RootPart.IsAttachment = true;
//sceneObject.RootPart.SetParentLocalId(parentLocalID);