aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-29 23:07:48 +0000
committerJustin Clarke Casey2008-03-29 23:07:48 +0000
commita6999f8a5d011d7540c04fa5434864fab53b2ef8 (patch)
tree53692c377933279899cf39812bca0725b25c0a04 /OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs
parent* Tidy up 'show users' display (diff)
downloadopensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.zip
opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.tar.gz
opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.tar.bz2
opensim-SC_OLD-a6999f8a5d011d7540c04fa5434864fab53b2ef8.tar.xz
* Refactor: Remove unused inventory methods, some of which weren't properly implemented anyway.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs
index e78fc1a..5c93962 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs
@@ -208,11 +208,6 @@ namespace OpenSim.Region.Communications.OGS1
208 return null; 208 return null;
209 } 209 }
210 210
211 public virtual InventoryFolderBase RequestNamedFolder(LLUUID userID, string folderName)
212 {
213 return null;
214 }
215
216 public void CreateNewUserInventory(LLUUID user) 211 public void CreateNewUserInventory(LLUUID user)
217 { 212 {
218 } 213 }
@@ -225,11 +220,6 @@ namespace OpenSim.Region.Communications.OGS1
225 return new List<InventoryFolderBase>(); 220 return new List<InventoryFolderBase>();
226 } 221 }
227 222
228 public List<InventoryFolderBase> RequestFirstLevelFolders(LLUUID userID)
229 {
230 return new List<InventoryFolderBase>();
231 }
232
233 #endregion 223 #endregion
234 224
235 public class InventoryRequest 225 public class InventoryRequest