mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
minor: remove mono compiler warnings in AvatarPickerSearchModule and UploadBakedTextureModule
This commit is contained in:
@@ -107,7 +107,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
public void RegisterCaps(UUID agentID, Caps caps)
|
||||
{
|
||||
UUID capID = UUID.Random();
|
||||
// UUID capID = UUID.Random();
|
||||
|
||||
//caps.RegisterHandler("GetTexture", new StreamHandler("GET", "/CAPS/" + capID, ProcessGetTexture));
|
||||
if (m_URL == "localhost")
|
||||
@@ -127,7 +127,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
caps.RegisterHandler("UploadBakedTexture", m_URL);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user