From 98a19e2d1769f4d233c533d86c6722d7a4a2c886 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 3 Dec 2021 10:00:57 +1000 Subject: [PATCH] Namespace removal --- src/Plugin.Discord/Windows/VersionFeedWindow.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plugin.Discord/Windows/VersionFeedWindow.xaml b/src/Plugin.Discord/Windows/VersionFeedWindow.xaml index 91fedcae..779e40c1 100644 --- a/src/Plugin.Discord/Windows/VersionFeedWindow.xaml +++ b/src/Plugin.Discord/Windows/VersionFeedWindow.xaml @@ -2,7 +2,6 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ServerManagerTool.Plugin.Discord" - xmlns:pc="clr-namespace:ServerManagerTool.Plugin.Common;assembly=ServerManager.Plugin.Common" MinWidth="400" MinHeight="400" Width="640" Height="480" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner" ShowInTaskbar="False" ResizeMode="CanResizeWithGrip" Loaded="VersionFeedWindow_Loaded" Icon="../Art/favicon.ico" Title="{DynamicResource VersionFeedWindow_Title}">