Skip to content

Commit 3438d45

Browse files
Remove Single Line Comment causing StyleCop Issue
1 parent 57c20d4 commit 3438d45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar/TabbedCommandBar.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ private void SelectedItemChanged(NavigationView sender, NavigationViewSelectionC
8484
_previousSelectedItem.RegisterPropertyChangedCallback(TabbedCommandBarItem.VisibilityProperty, SelectedItemVisibilityChanged);
8585

8686
// Set the ribbon background and start the transition animation
87-
//_ribbonContentBorder.Background = item.Background;
8887
_tabChangedStoryboard?.Begin();
8988
}
9089

0 commit comments

Comments
 (0)