Skip to content

Commit 7cd38ad

Browse files
committed
Remove unused converters
Their declaration in XAML in made redundant by the ResourecDictionary.
1 parent 5904fa1 commit 7cd38ad

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Rubberduck.Core/UI/Refactorings/ExtractInterface/ExtractInterfaceView.xaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<UserControl x:Class="Rubberduck.UI.Refactorings.ExtractInterfaceView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6-
xmlns:converters="clr-namespace:Rubberduck.UI.Converters"
7-
mc:Ignorable="d"
4+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6+
mc:Ignorable="d"
87
d:DesignHeight="300" d:DesignWidth="300">
98
<UserControl.Resources>
109
<ResourceDictionary>
@@ -13,8 +12,6 @@
1312
</ResourceDictionary.MergedDictionaries>
1413

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

0 commit comments

Comments
 (0)