From 025c565956794ff42c40595e3b8c620caa4c55fb Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 13 Dec 2014 09:05:16 -0500 Subject: [PATCH] Remove use of the MultipleOpenAction converter --- Application/Feeds/Feed.cs | 14 -------------- Application/Options/FeedWindow.xaml | 5 +---- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/Application/Feeds/Feed.cs b/Application/Feeds/Feed.cs index fe3e0c2..1b6d54c 100644 --- a/Application/Feeds/Feed.cs +++ b/Application/Feeds/Feed.cs @@ -53,20 +53,6 @@ namespace FeedCenter #endregion - [ValueConversion(typeof(int), typeof(MultipleOpenAction))] - public class MultipleOpenActionConverter : IValueConverter - { - public object Convert(object value, Type targetType, object parameter, CultureInfo culture) - { - return (MultipleOpenAction) value; - } - - public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) - { - return (int) value; - } - } - public partial class Feed { public static Feed Create() diff --git a/Application/Options/FeedWindow.xaml b/Application/Options/FeedWindow.xaml index 55c735d..8878d76 100644 --- a/Application/Options/FeedWindow.xaml +++ b/Application/Options/FeedWindow.xaml @@ -9,9 +9,6 @@ WindowStartupLocation="CenterOwner" Icon="/FeedCenter;component/Resources/Application.ico" FocusManager.FocusedElement="{Binding ElementName=urlTextBox}"> - - - @@ -110,7 +107,7 @@ Margin="6" />