mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
remove a replaced method
This commit is contained in:
@@ -795,15 +795,6 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||
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)
|
||||
{
|
||||
if (!m_enabled)
|
||||
|
||||
Reference in New Issue
Block a user