diff options
author | Justin Clarke Casey | 2008-06-23 18:13:04 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-23 18:13:04 +0000 |
commit | ac46c89c897c5a99a2aa2f3194ab2123bbe56583 (patch) | |
tree | b92b33cdf880a5111f85282a0d70f8638dda92ef /OpenSim/Framework/AssetBase.cs | |
parent | * Remove all use of asset.InvType, as outlined in mailing list discussion (diff) | |
download | opensim-SC_OLD-ac46c89c897c5a99a2aa2f3194ab2123bbe56583.zip opensim-SC_OLD-ac46c89c897c5a99a2aa2f3194ab2123bbe56583.tar.gz opensim-SC_OLD-ac46c89c897c5a99a2aa2f3194ab2123bbe56583.tar.bz2 opensim-SC_OLD-ac46c89c897c5a99a2aa2f3194ab2123bbe56583.tar.xz |
* minor: Remove crusty old unused agent inventory classes
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index 5435a43..2b37daa 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -76,6 +76,9 @@ namespace OpenSim.Framework | |||
76 | set { _type = value; } | 76 | set { _type = value; } |
77 | } | 77 | } |
78 | 78 | ||
79 | /// <summary> | ||
80 | /// PLEASE DON'T USE ME. I'm probably going away soon. | ||
81 | /// </summary> | ||
79 | public virtual sbyte InvType | 82 | public virtual sbyte InvType |
80 | { | 83 | { |
81 | get { return _invtype; } | 84 | get { return _invtype; } |