mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
minor: remove some mono compiler warnings
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
private readonly Scene m_rootScene;
|
||||
private readonly UUID m_ID;
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public SPAvatar(Scene scene, UUID ID)
|
||||
{
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
public class SPAvatarAttachment : IAvatarAttachment
|
||||
{
|
||||
private readonly Scene m_rootScene;
|
||||
private readonly IAvatar m_parent;
|
||||
//private readonly IAvatar m_parent;
|
||||
private readonly int m_location;
|
||||
private readonly UUID m_itemId;
|
||||
//private readonly UUID m_itemId;
|
||||
private readonly UUID m_assetId;
|
||||
|
||||
public SPAvatarAttachment(Scene rootScene, IAvatar self, int location, UUID itemId, UUID assetId)
|
||||
{
|
||||
m_rootScene = rootScene;
|
||||
m_parent = self;
|
||||
//m_parent = self;
|
||||
m_location = location;
|
||||
m_itemId = itemId;
|
||||
//m_itemId = itemId;
|
||||
m_assetId = assetId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user