Skip to content

Commit a46b9e6

Browse files
Remove Colors.xml
This wasn't actually doing anything, since all the resource keys we used came through CodeAnalysisColors's members.
1 parent 1f9bf9a commit a46b9e6

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/EditorFeatures/Core.Wpf/InlineRename/Dashboard/Colors.xaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/EditorFeatures/Core.Wpf/InlineRename/Dashboard/Dashboard.xaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525

2626
<UserControl.Resources>
2727
<ResourceDictionary>
28-
<ResourceDictionary.MergedDictionaries>
29-
<ResourceDictionary Source="Colors.xaml"/>
30-
</ResourceDictionary.MergedDictionaries>
31-
3228
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter"/>
3329

3430
<SolidColorBrush x:Key="ForegroundText" Color="{DynamicResource {x:Static utilities:CodeAnalysisColors.SystemCaptionTextColorKey}}"/>

0 commit comments

Comments
 (0)