diff options
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index c3e4095..6296067 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -36,7 +36,6 @@ namespace OpenSim.Framework | |||
36 | private byte[] _data; | 36 | private byte[] _data; |
37 | private string _description = String.Empty; | 37 | private string _description = String.Empty; |
38 | private LLUUID _fullid; | 38 | private LLUUID _fullid; |
39 | private sbyte _invtype; | ||
40 | private bool _local = false; | 39 | private bool _local = false; |
41 | private string _name = String.Empty; | 40 | private string _name = String.Empty; |
42 | private bool _temporary = false; | 41 | private bool _temporary = false; |