mirror of
https://github.com/opensim/opensim.git
synced 2026-08-16 19:05:41 +08:00
Remove another interface that is no longer needed
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
// Because every thread needs some data set for it
|
||||
// (time started to execute current function), it will do its work
|
||||
// within a class
|
||||
public class EventQueueThreadClass : iScriptEngineFunctionModule
|
||||
public class EventQueueThreadClass
|
||||
{
|
||||
// How many ms to sleep if queue is empty
|
||||
private static int nothingToDoSleepms;// = 50;
|
||||
|
||||
Reference in New Issue
Block a user