minor: remove a mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2011-12-09 23:55:54 +00:00
parent 5f276c3212
commit e88ad5aab9

View File

@@ -53,7 +53,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Appearance
public const string SHOW_APPEARANCE_FORMAT = "{0,-9} {1}";
private Dictionary<UUID, Scene> m_scenes = new Dictionary<UUID, Scene>();
private IAvatarFactoryModule m_avatarFactory;
// private IAvatarFactoryModule m_avatarFactory;
public string Name { get { return "Appearance Information Module"; } }