Remove keywords, as not needed anymore

This commit is contained in:
Scott Lovegrove 2015-12-23 17:00:23 +00:00
parent 76d5d785ea
commit cd938e62d5
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ using Google.Apis.Util;
using System.Globalization;
using System.Diagnostics;
using Google.Apis.Blogger.v3.Data;
using System.Net.Http.Headers;
using OpenLiveWriter.Controls;
using System.Windows.Forms;
using Newtonsoft.Json;
@ -152,8 +151,8 @@ namespace OpenLiveWriter.BlogClient.Clients
clientOptions.SupportsExcerpt = false;
clientOptions.SupportsSlug = false;
clientOptions.SupportsFileUpload = true;
clientOptions.SupportsKeywords = true;
clientOptions.SupportsGetKeywords = true;
clientOptions.SupportsKeywords = false;
clientOptions.SupportsGetKeywords = false;
clientOptions.SupportsPages = true;
clientOptions.SupportsExtendedEntries = true;
_clientOptions = clientOptions;