diff options
Diffstat (limited to 'OpenSim/Region/Capabilities/LLSDCapsDetails.cs')
-rw-r--r-- | OpenSim/Region/Capabilities/LLSDCapsDetails.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/OpenSim/Region/Capabilities/LLSDCapsDetails.cs b/OpenSim/Region/Capabilities/LLSDCapsDetails.cs deleted file mode 100644 index 132b8f7..0000000 --- a/OpenSim/Region/Capabilities/LLSDCapsDetails.cs +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | namespace OpenSim.Region.Capabilities | ||
2 | { | ||
3 | [LLSDType("MAP")] | ||
4 | public class LLSDCapsDetails | ||
5 | { | ||
6 | public string MapLayer = ""; | ||
7 | public string NewFileAgentInventory = ""; | ||
8 | //public string EventQueueGet = ""; | ||
9 | //public string RequestTextureDownload = ""; | ||
10 | //public string ChatSessionRequest = ""; | ||
11 | |||
12 | public LLSDCapsDetails() | ||
13 | { | ||
14 | |||
15 | } | ||
16 | } | ||
17 | } | ||