diff options
author | Diva Canto | 2009-08-10 12:44:15 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 12:44:15 -0700 |
commit | 17cc9b98573a1c4dd4a69113eea90c7fbeccad83 (patch) | |
tree | acfdf6b3d25e8b30797ea77a1c8f10842152fbce /OpenSim/Grid/InventoryServer | |
parent | Conditional to prevent a null ref in tests. The tests may still not pass. (diff) | |
download | opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.zip opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.tar.gz opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.tar.bz2 opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.tar.xz |
Last piece of cleaning up old inventory. Old IInventoryServices and ISecureInventoryService interfaces removed.
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r-- | OpenSim/Grid/InventoryServer/GridInventoryService.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Grid/InventoryServer/GridInventoryService.cs b/OpenSim/Grid/InventoryServer/GridInventoryService.cs index 3c94bf3..0704faa 100644 --- a/OpenSim/Grid/InventoryServer/GridInventoryService.cs +++ b/OpenSim/Grid/InventoryServer/GridInventoryService.cs | |||
@@ -145,10 +145,6 @@ namespace OpenSim.Grid.InventoryServer | |||
145 | } | 145 | } |
146 | } | 146 | } |
147 | 147 | ||
148 | public override void RequestInventoryForUser(UUID userID, InventoryReceiptCallback callback) | ||
149 | { | ||
150 | } | ||
151 | |||
152 | /// <summary> | 148 | /// <summary> |
153 | /// Return a user's entire inventory | 149 | /// Return a user's entire inventory |
154 | /// </summary> | 150 | /// </summary> |