diff options
author | Dr Scofield | 2008-07-04 10:19:58 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-04 10:19:58 +0000 |
commit | 2dadbc2f70313899f517c8d1e1c7da443fd4324a (patch) | |
tree | 73dc9452c6a69488a7970ece23fb30dc7eb10849 /OpenSim/Framework/AssetBase.cs | |
parent | The new llScript-cs parser. Thanks Mike (diff) | |
download | opensim-SC_OLD-2dadbc2f70313899f517c8d1e1c7da443fd4324a.zip opensim-SC_OLD-2dadbc2f70313899f517c8d1e1c7da443fd4324a.tar.gz opensim-SC_OLD-2dadbc2f70313899f517c8d1e1c7da443fd4324a.tar.bz2 opensim-SC_OLD-2dadbc2f70313899f517c8d1e1c7da443fd4324a.tar.xz |
mini-warnings-safari, plus cleanup of IUserServices method naming.
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; |