From 67e12b95ea7b68f4904a7484d77ecfd787d16d0c Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 30 Oct 2007 09:05:31 +0000 Subject: * Optimized usings * Shortened type references * Removed redundant 'this' qualifier --- OpenSim/Framework/General/ConfigurationOption.cs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'OpenSim/Framework/General/ConfigurationOption.cs') diff --git a/OpenSim/Framework/General/ConfigurationOption.cs b/OpenSim/Framework/General/ConfigurationOption.cs index 792e697..5a8fd08 100644 --- a/OpenSim/Framework/General/ConfigurationOption.cs +++ b/OpenSim/Framework/General/ConfigurationOption.cs @@ -26,10 +26,6 @@ * */ -using System; -using System.Collections.Generic; -using System.Text; - namespace OpenSim.Framework { public class ConfigurationOption @@ -40,7 +36,7 @@ namespace OpenSim.Framework TYPE_STRING_NOT_EMPTY, TYPE_UINT16, TYPE_UINT32, - TYPE_UINT64, + TYPE_UINT64, TYPE_INT16, TYPE_INT32, TYPE_INT64, @@ -52,7 +48,7 @@ namespace OpenSim.Framework TYPE_LLVECTOR3, TYPE_FLOAT, TYPE_DOUBLE - }; + } ; public string configurationKey = ""; public string configurationQuestion = ""; @@ -61,4 +57,4 @@ namespace OpenSim.Framework public ConfigurationTypes configurationType = ConfigurationTypes.TYPE_STRING; public bool configurationUseDefaultNoPrompt = false; } -} +} \ No newline at end of file -- cgit v1.1