Remove a couple of compiler warnings pointed out by SignpostMarv

0.7.4.1
Justin Clark-Casey (justincc) 2012-07-27 20:40:25 +01:00
parent 811dc95105
commit 1133f81dce
2 changed files with 0 additions and 3 deletions

View File

@ -43,7 +43,6 @@ using OpenSim.Framework.Console;
using OpenSim.Framework.Monitoring;
using OpenSim.Framework.Servers;
using OpenSim.Framework.Servers.HttpServer;
using OpenSim.Framework.Monitoring;
using Timer=System.Timers.Timer;
using OpenMetaverse;

View File

@ -3242,8 +3242,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
((LSL_Api)m_LSL_Api).llSay(0, string.Format("Unable to attach, item '{0}' is not an object.", itemName));
throw new Exception(String.Format("The inventory item '{0}' is not an object", itemName));
return;
}
ScenePresence sp = World.GetScenePresence(avatarId);