mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Removed unused method
This commit is contained in:
parent
7774d97d0c
commit
da63e55fd4
3 changed files with 0 additions and 21 deletions
|
|
@ -56,13 +56,5 @@ namespace MapControl
|
|||
mapItem.ClearValue(MapItem.LocationProperty);
|
||||
}
|
||||
}
|
||||
|
||||
protected void ResetSelectedItems(object item)
|
||||
{
|
||||
if (SelectedItem != item || SelectedItems.Count != 1)
|
||||
{
|
||||
SelectedItem = item;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue