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" />