refactor: remove Scene.SetRootAgentScene() in favour of existing event with same name

This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-13 21:01:10 +01:00
parent 5f5c65e4ba
commit fd23f270c6
4 changed files with 10 additions and 21 deletions

View File

@@ -35,7 +35,6 @@ namespace OpenSim.Region.Framework.Interfaces
/// </summary>
public interface IInventoryTransferModule
{
void SetRootAgentScene(UUID agentID, Scene scene);
bool NeedSceneCacheClear(UUID agentID, Scene scene);
}
}
}