From b52d99568b8917e5743dd67e531604753a16bb4e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 22 Feb 2014 15:20:22 -0500 Subject: consolidate ibn api a bit --- MediaBrowser.Model/ApiClient/IApiClient.cs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 1e54e2dae..d4d2a8124 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -818,15 +818,6 @@ namespace MediaBrowser.Model.ApiClient /// name string GetPersonImageUrl(string name, ImageOptions options); - /// - /// Gets the year image URL. - /// - /// The item. - /// The options. - /// System.String. - /// item - string GetYearImageUrl(BaseItemDto item, ImageOptions options); - /// /// Gets an image url that can be used to download an image from the api /// -- cgit v1.2.3