mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
remove a replaced method
This commit is contained in:
@@ -795,15 +795,6 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
|||||||
ScriptRemoved(itemID);
|
ScriptRemoved(itemID);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Dictionary<UUID, int> GetUrlCountForHosts()
|
|
||||||
{
|
|
||||||
if (!m_enabled)
|
|
||||||
return new Dictionary<UUID, int>();
|
|
||||||
|
|
||||||
lock (m_UrlMap)
|
|
||||||
return new Dictionary<UUID, int>(m_countsPerSOG);
|
|
||||||
}
|
|
||||||
|
|
||||||
public int GetUrlCount(UUID groupID)
|
public int GetUrlCount(UUID groupID)
|
||||||
{
|
{
|
||||||
if (!m_enabled)
|
if (!m_enabled)
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
|||||||
|
|
||||||
void ScriptRemoved(UUID itemID);
|
void ScriptRemoved(UUID itemID);
|
||||||
void ObjectRemoved(UUID objectID);
|
void ObjectRemoved(UUID objectID);
|
||||||
Dictionary<UUID, int> GetUrlCountForHosts();
|
int GetUrlCount(UUID groupID);
|
||||||
int GetUrlCount(UUID host);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user