Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 21, 2024
1 parent 67e9fe4 commit 2159125
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions LM-Kit-Maestro/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<x:Int32 x:Key="1">1</x:Int32>
<x:Int32 x:Key="0">0</x:Int32>
<x:Double x:Key="0D">0d</x:Double>

<mct:CompareConverter
x:Key="GreaterThanOneConverter"
Expand All @@ -38,13 +37,6 @@
TrueObject="True"
FalseObject="False" />

<mct:CompareConverter
x:Key="GreaterThanZeroDoubleConverter"
ComparingValue="{StaticResource 0D}"
ComparisonOperator="Greater"
TrueObject="True"
FalseObject="False" />

<ResourceDictionary.MergedDictionaries>
<ResourceDictionary x:Name="colors" Source="Resources/Styles/Colors.xaml" />
<ResourceDictionary Source="Resources/Styles/Styles.xaml" />
Expand Down

0 comments on commit 2159125

Please sign in to comment.