Skip to content

Commit ce6a93a

Browse files
committed
Removed unused converter
1 parent 091f160 commit ce6a93a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ContosoNotes/Views/MainPage.xaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
xmlns:models="using:ContosoNotes.Models"
1010
xmlns:ui="using:ContosoNotes.UI"
1111
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
12-
xmlns:converters="using:Microsoft.Toolkit.Uwp.UI.Converters"
1312
d:DataContext="{d:DesignInstance Type=local:MainViewModel}"
1413
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
1514
mc:Ignorable="d">
@@ -18,11 +17,6 @@
1817
<x:Boolean x:Key="Boolean_True">True</x:Boolean>
1918
<x:Boolean x:Key="Boolean_False">False</x:Boolean>
2019

21-
<converters:BoolToVisibilityConverter
22-
x:Key="InverseBoolToVisibilityConverter"
23-
FalseValue="Visible"
24-
TrueValue="Collapsed" />
25-
2620
<ui:LastSyncDateTimeConverter x:Key="LastSyncDateTimeConverter" />
2721

2822
<Style x:Key="CustomButtonStyle" TargetType="Button">

0 commit comments

Comments
 (0)