From 8645fa9215575a42e2f6a21b3d2284f8c19e4b27 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 24 Feb 2009 18:06:06 +0000 Subject: Removed the additions from the last revision for the "ShowHelp" delegate handling, as it seems that system isn't in use anymore. --- OpenSim/Grid/Framework/IUGAIMCore.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/Grid/Framework') diff --git a/OpenSim/Grid/Framework/IUGAIMCore.cs b/OpenSim/Grid/Framework/IUGAIMCore.cs index 77245ce..a7df0d4 100644 --- a/OpenSim/Grid/Framework/IUGAIMCore.cs +++ b/OpenSim/Grid/Framework/IUGAIMCore.cs @@ -30,14 +30,11 @@ using OpenSim.Framework.Servers; namespace OpenSim.Grid.Framework { - public delegate void ShowHelpDelegate(string[] helpArgs); - public interface IUGAIMCore { T Get(); void RegisterInterface(T iface); bool TryGet(out T iface); BaseHttpServer GetHttpServer(); - void RegisterConsoleHelpDelegate(ShowHelpDelegate showHelp); } } -- cgit v1.1