From cf0a14bec94322656f57890d49fead85ed31730e Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 8 Nov 2008 17:20:54 +0000 Subject: * Added IClientIM to IClientCore interfaces * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* --- OpenSim/Framework/LandStatReportItem.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim/Framework/LandStatReportItem.cs') diff --git a/OpenSim/Framework/LandStatReportItem.cs b/OpenSim/Framework/LandStatReportItem.cs index b3ad02a..e93dda9 100644 --- a/OpenSim/Framework/LandStatReportItem.cs +++ b/OpenSim/Framework/LandStatReportItem.cs @@ -26,12 +26,8 @@ */ -using System; -using System.Collections.Generic; -using System.Text; using OpenMetaverse; - namespace OpenSim.Framework { public class LandStatReportItem -- cgit v1.1