Removed the additions from the last revision for the "ShowHelp" delegate handling, as it seems that system isn't in use anymore.

This commit is contained in:
MW
2009-02-24 18:06:06 +00:00
parent 1e2835a10c
commit 8645fa9215
5 changed files with 1 additions and 41 deletions

View File

@@ -245,11 +245,6 @@ namespace OpenSim.Grid.MessagingServer
{
return m_httpServer;
}
public void RegisterConsoleHelpDelegate(ShowHelpDelegate showHelp)
{
}
#endregion
}
}