From efd90b56b761219af6425b1c7a2cdd3b6ffb4de2 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 27 Dec 2007 21:41:48 +0000 Subject: * Optimized usings * shortened references * Removed redundant 'this' * Normalized EOF --- OpenSim/Framework/ConfigurationOption.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Framework/ConfigurationOption.cs') diff --git a/OpenSim/Framework/ConfigurationOption.cs b/OpenSim/Framework/ConfigurationOption.cs index b83be5e..7f9b5b5 100644 --- a/OpenSim/Framework/ConfigurationOption.cs +++ b/OpenSim/Framework/ConfigurationOption.cs @@ -30,7 +30,6 @@ namespace OpenSim.Framework { public class ConfigurationOption { - public delegate bool ConfigurationOptionShouldBeAsked(string configuration_key); public enum ConfigurationTypes -- cgit v1.1