From de243802334c44967273be2d1455a5f191f75955 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 23 Jun 2008 18:01:58 +0000 Subject: * Remove all use of asset.InvType, as outlined in mailing list discussion * This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic --- OpenSim/Framework/AssetLandmark.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Framework/AssetLandmark.cs') diff --git a/OpenSim/Framework/AssetLandmark.cs b/OpenSim/Framework/AssetLandmark.cs index de3028b..004e472 100644 --- a/OpenSim/Framework/AssetLandmark.cs +++ b/OpenSim/Framework/AssetLandmark.cs @@ -42,7 +42,6 @@ namespace OpenSim.Framework Data = a.Data; FullID = a.FullID; Type = a.Type; - InvType = a.InvType; Name = a.Name; Description = a.Description; InternData(); @@ -58,4 +57,4 @@ namespace OpenSim.Framework ulong.TryParse(parts[3].Substring(14, parts[3].Length - 14), out RegionHandle); } } -} \ No newline at end of file +} -- cgit v1.1