Skip to content

Commit

Permalink
Remove unused converters
Browse files Browse the repository at this point in the history
Their declaration in XAML in made redundant by the ResourecDictionary.
  • Loading branch information
IvenBach committed May 24, 2020
1 parent 5904fa1 commit f1e41e6
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -13,8 +13,6 @@
</ResourceDictionary.MergedDictionaries>

<BitmapImage x:Key="InvalidInterfaceImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/cross-circle.png" />
<converters:BoolToVisibleVisibilityConverter x:Key="BoolToVisibility" />
<converters:BoolToHiddenVisibilityConverter x:Key="BoolToHiddenVisibility" />
</ResourceDictionary>
</UserControl.Resources>
<Grid>
Expand Down

0 comments on commit f1e41e6

Please sign in to comment.