LIBOMV-501 Cleans up all compiler warnings with a few exceptions that need to be addressed individually
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3015 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -43,7 +43,8 @@ namespace OpenMetaverse.GUI
|
||||
private UUID _MapImageID;
|
||||
private GridClient _Client;
|
||||
private Image _MapLayer;
|
||||
private Point _MousePosition;
|
||||
//warning CS0414: The private field `OpenMetaverse.GUI.MiniMap._MousePosition' is assigned but its value is never used
|
||||
//private Point _MousePosition;
|
||||
ToolTip _ToolTip;
|
||||
|
||||
/// <summary>
|
||||
@@ -191,7 +192,8 @@ namespace OpenMetaverse.GUI
|
||||
void MiniMap_MouseMove(object sender, MouseEventArgs e)
|
||||
{
|
||||
_ToolTip.Hide(this);
|
||||
_MousePosition = e.Location;
|
||||
//warning CS0414: The private field `OpenMetaverse.GUI.MiniMap._MousePosition' is assigned but its value is never used
|
||||
//_MousePosition = e.Location;
|
||||
}
|
||||
|
||||
void Grid_OnCoarseLocationUpdate(Simulator sim, List<UUID> newEntries, List<UUID> removedEntries)
|
||||
|
||||
Reference in New Issue
Block a user