diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index d3c3843..ce74b46 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -86,10 +86,6 @@ namespace OpenSim.Framework | |||
86 | /// </exception> | 86 | /// </exception> |
87 | bool PresenceChildStatus(UUID agentId); | 87 | bool PresenceChildStatus(UUID agentId); |
88 | 88 | ||
89 | // Diva: get this out of here!!! | ||
90 | string GetCapsPath(UUID agentId); | ||
91 | Dictionary<ulong, string> GetChildrenSeeds(UUID agentId); | ||
92 | |||
93 | T RequestModuleInterface<T>(); | 89 | T RequestModuleInterface<T>(); |
94 | T[] RequestModuleInterfaces<T>(); | 90 | T[] RequestModuleInterfaces<T>(); |
95 | } | 91 | } |