diff options
author | Mike Mazur | 2009-02-16 02:28:16 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:28:16 +0000 |
commit | f8d51e6949a8d4c3c3b2846279b171ca656105df (patch) | |
tree | 1bf43a28ced491b6656206bc17f81af3fe944029 /OpenSim/Grid/AssetInventoryServer/Interfaces.cs | |
parent | Name extension points a little clearer. (diff) | |
download | opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.zip opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.tar.gz opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.tar.bz2 opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.tar.xz |
- clean up using references as well as References in prebuild.xml
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to
get rid of warnings
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Interfaces.cs')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Interfaces.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Interfaces.cs b/OpenSim/Grid/AssetInventoryServer/Interfaces.cs index d934b14..29428d4 100644 --- a/OpenSim/Grid/AssetInventoryServer/Interfaces.cs +++ b/OpenSim/Grid/AssetInventoryServer/Interfaces.cs | |||
@@ -29,9 +29,7 @@ | |||
29 | 29 | ||
30 | using System; | 30 | using System; |
31 | using System.Collections.Generic; | 31 | using System.Collections.Generic; |
32 | using System.Net; | ||
33 | using OpenMetaverse; | 32 | using OpenMetaverse; |
34 | using OpenMetaverse.StructuredData; | ||
35 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
36 | 34 | ||
37 | namespace OpenSim.Grid.AssetInventoryServer | 35 | namespace OpenSim.Grid.AssetInventoryServer |