From 4692e92312ceacf414629eb78f6d0725a2eb2ca5 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 14:45:56 +0000 Subject: * Assorted spring cleanings. --- OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs | 2 +- OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 1 - OpenSim/Framework/Console/ConsoleBase.cs | 3 +-- OpenSim/Framework/UserAppearance.cs | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs index 4dcf755..f6accf6 100644 --- a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs +++ b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs @@ -26,9 +26,9 @@ */ using System.Collections.Generic; +using libsecondlife; //using System.Reflection; -using libsecondlife; //using log4net; namespace OpenSim.Framework.Communications.Cache diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 049b4a1..392d796 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs @@ -29,7 +29,6 @@ using System; using System.Collections.Generic; using System.Reflection; using System.Threading; - using libsecondlife; using log4net; diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index adaec4e..0b22d0e 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs @@ -26,12 +26,11 @@ */ using System; -using System.Collections; using System.Collections.Generic; -using System.Text.RegularExpressions; using System.Diagnostics; using System.Net; using System.Reflection; +using System.Text.RegularExpressions; using log4net; namespace OpenSim.Framework.Console diff --git a/OpenSim/Framework/UserAppearance.cs b/OpenSim/Framework/UserAppearance.cs index f9e27fa..b58ed2d 100644 --- a/OpenSim/Framework/UserAppearance.cs +++ b/OpenSim/Framework/UserAppearance.cs @@ -25,7 +25,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -using System; using libsecondlife; namespace OpenSim.Framework -- cgit v1.1