remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-23 21:41:16 +01:00
parent 805ba268d5
commit 014cd4f8bb
9 changed files with 4 additions and 16 deletions

View File

@@ -61,7 +61,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage
private bool m_enabled = false;
private IMapImageService m_MapService;
private string m_serverUrl = String.Empty;
private Dictionary<UUID, Scene> m_scenes = new Dictionary<UUID, Scene>();
private int m_refreshtime = 0;