Skip to content

Commit

Permalink
removed unused xaml namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrxx99 committed Feb 26, 2024
1 parent eff89a9 commit 4bbe9fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions YoutubeDownloader/Views/Components/DashboardView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
xmlns:converters="clr-namespace:YoutubeDownloader.Converters"
xmlns:materialDesign="clr-namespace:Material.Styles.Controls;assembly=Material.Styles"
xmlns:materialIcon="clr-namespace:Material.Icons.Avalonia;assembly=Material.Icons.Avalonia"
xmlns:materialAssist="clr-namespace:Material.Styles.Assists;assembly=Material.Styles"
xmlns:i="clr-namespace:Avalonia.Xaml.Interactivity;assembly=Avalonia.Xaml.Interactivity"
xmlns:ia="clr-namespace:Avalonia.Xaml.Interactions.Core;assembly=Avalonia.Xaml.Interactions"
xmlns:iac="clr-namespace:Avalonia.Xaml.Interactions.Custom;assembly=Avalonia.Xaml.Interactions.Custom"
xmlns:asyncImageLoader="clr-namespace:AsyncImageLoader;assembly=AsyncImageLoader.Avalonia"
mc:Ignorable="d"
x:DataType="components:DashboardViewModel"
Expand Down
1 change: 0 additions & 1 deletion YoutubeDownloader/Views/Dialogs/MessageBoxView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
x:Class="YoutubeDownloader.Views.Dialogs.MessageBoxView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converters="clr-namespace:YoutubeDownloader.Converters"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:dialogs="clr-namespace:YoutubeDownloader.ViewModels.Dialogs"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down

0 comments on commit 4bbe9fa

Please sign in to comment.