Remove another interface that is no longer needed

This commit is contained in:
Melanie Thielker
2008-09-26 18:37:53 +00:00
parent 4a69791875
commit 698ecec6f7
6 changed files with 5 additions and 40 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
/// Prepares events so they can be directly executed upon a script by EventQueueManager, then queues it.
/// </summary>
[Serializable]
public class EventManager : iScriptEngineFunctionModule
public class EventManager
{
//
// Class is instanced in "ScriptEngine" and Uses "EventQueueManager"