Skip to content

Commit 348053a

Browse files
committed
ResultListbox: Remove unused converters
1 parent 79a1cbd commit 348053a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher/ResultListBox.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
<!-- IsSynchronizedWithCurrentItem: http://stackoverflow.com/a/7833798/2833083 -->
3333

3434
<ListBox.Resources>
35-
<converter:SizeRatioConverter x:Key="SizeRatioConverter" />
3635
<converter:IconRadiusConverter x:Key="IconRadiusConverter" />
3736
<converter:DiameterToCenterPointConverter x:Key="DiameterToCenterPointConverter" />
38-
<converter:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
3937
</ListBox.Resources>
4038
<ListBox.ItemTemplate>
4139
<DataTemplate>

0 commit comments

Comments
 (0)