diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 00:22:19 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 00:22:19 +0100 |
commit | 46baadbb65ac82260f46e580addda2f45efee120 (patch) | |
tree | e15dfd6f56090ffec7a72792092d6c4561633c66 /OpenSim/Services/AssetService | |
parent | Add "dump asset" command to the asset service for debugging purposes. (diff) | |
download | opensim-SC_OLD-46baadbb65ac82260f46e580addda2f45efee120.zip opensim-SC_OLD-46baadbb65ac82260f46e580addda2f45efee120.tar.gz opensim-SC_OLD-46baadbb65ac82260f46e580addda2f45efee120.tar.bz2 opensim-SC_OLD-46baadbb65ac82260f46e580addda2f45efee120.tar.xz |
remove the NDesk.Options using since didn't end up needing it
Diffstat (limited to 'OpenSim/Services/AssetService')
-rw-r--r-- | OpenSim/Services/AssetService/AssetService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/AssetService/AssetService.cs b/OpenSim/Services/AssetService/AssetService.cs index 25a91f2..80d58e1 100644 --- a/OpenSim/Services/AssetService/AssetService.cs +++ b/OpenSim/Services/AssetService/AssetService.cs | |||
@@ -31,7 +31,6 @@ using System.IO; | |||
31 | using System.Reflection; | 31 | using System.Reflection; |
32 | using Nini.Config; | 32 | using Nini.Config; |
33 | using log4net; | 33 | using log4net; |
34 | using NDesk.Options; | ||
35 | using OpenSim.Framework; | 34 | using OpenSim.Framework; |
36 | using OpenSim.Framework.Console; | 35 | using OpenSim.Framework.Console; |
37 | using OpenSim.Data; | 36 | using OpenSim.Data; |