diff options
author | Justin Clark-Casey (justincc) | 2010-02-03 15:40:59 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-03 15:40:59 +0000 |
commit | da62344822524b74b431bf35e682aaf882c44da9 (patch) | |
tree | b908112a030017e69bfa9739c19366823f36f820 /OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |
parent | change position of OnAttach event firing so that this also happens when a use... (diff) | |
download | opensim-SC-da62344822524b74b431bf35e682aaf882c44da9.zip opensim-SC-da62344822524b74b431bf35e682aaf882c44da9.tar.gz opensim-SC-da62344822524b74b431bf35e682aaf882c44da9.tar.bz2 opensim-SC-da62344822524b74b431bf35e682aaf882c44da9.tar.xz |
minor: remove a couple of mono warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs index 87c1a95..298ede9 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |||
@@ -44,8 +44,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
44 | { | 44 | { |
45 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 45 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
46 | 46 | ||
47 | static System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding(); | ||
48 | |||
49 | private string m_inventoryFileName = String.Empty; | 47 | private string m_inventoryFileName = String.Empty; |
50 | private int m_inventoryFileNameSerial = 0; | 48 | private int m_inventoryFileNameSerial = 0; |
51 | 49 | ||