diff --git a/src/Avalonia.Controls/Primitives/SelectingItemsControl.cs b/src/Avalonia.Controls/Primitives/SelectingItemsControl.cs
index e34b3b145f..4317d795f1 100644
--- a/src/Avalonia.Controls/Primitives/SelectingItemsControl.cs
+++ b/src/Avalonia.Controls/Primitives/SelectingItemsControl.cs
@@ -848,21 +848,6 @@ namespace Avalonia.Controls.Primitives
}
}
- ///
- /// Sets an item container's 'selected' class or .
- ///
- /// The index of the item.
- /// Whether the item should be selected or deselected.
- private void MarkItemSelected(int index, bool selected)
- {
- var container = ItemContainerGenerator?.ContainerFromIndex(index);
-
- if (container != null)
- {
- MarkContainerSelected(container, selected);
- }
- }
-
private void UpdateContainerSelection()
{
if (Presenter?.Panel is IPanel panel)
diff --git a/src/Avalonia.Themes.Fluent/Accents/FluentControlResourcesDark.xaml b/src/Avalonia.Themes.Fluent/Accents/FluentControlResourcesDark.xaml
index 4d21068492..abc02a6371 100644
--- a/src/Avalonia.Themes.Fluent/Accents/FluentControlResourcesDark.xaml
+++ b/src/Avalonia.Themes.Fluent/Accents/FluentControlResourcesDark.xaml
@@ -439,7 +439,7 @@
-
+