Skip to content

Commit

Permalink
Removed unnecessary references in .xaml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
swstegall committed Nov 23, 2020
1 parent 58113a2 commit 3516b7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions App.xaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<Application x:Class="Orpheus.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Orpheus"
xmlns:ui="http://schemas.modernwpf.com/2019"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ui:ThemeResources />
<ui:XamlControlsResources />
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
<!-- Other app resources here -->
</ResourceDictionary>
</Application.Resources>
</Application>
1 change: 0 additions & 1 deletion Windows/ThemeWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Orpheus"
mc:Ignorable="d"
Title="Select Theme" Height="200" Width="400" WindowStartupLocation="CenterScreen">
<Grid Margin="10">
Expand Down

0 comments on commit 3516b7d

Please sign in to comment.