From c21a8b99694e459408a9ccc43e525928038b2b22 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 26 Sep 2008 02:51:00 +0000 Subject: Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs. The binaries are still different, but that is only a small step away now. The OSSLPrim has been removed. This commit will breal all scripts using Prim.Scale(), etc, syntax. It was not secure and will have to be brought back in another form. --- OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs') diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs index 7af346d..ccfbca8 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs @@ -42,10 +42,6 @@ namespace OpenSim.Region.ScriptEngine.Interfaces /// public interface IScriptEngine : IEventReceiver { - IConfig Config { get; } - ILog Log { get; } - string ScriptEngineName { get; } - /// /// Queue an event for execution /// -- cgit v1.1