From 3fb3ee074a375d0afd4d7d81252ba535d885afb8 Mon Sep 17 00:00:00 2001 From: David Ullmer Date: Tue, 17 Aug 2021 18:11:38 +0200 Subject: Remove splashscreen generation from IImageEncoder and add IImageGenerator --- Emby.Drawing/NullImageEncoder.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Emby.Drawing/NullImageEncoder.cs') diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs index ed12f6acb..1c05aa916 100644 --- a/Emby.Drawing/NullImageEncoder.cs +++ b/Emby.Drawing/NullImageEncoder.cs @@ -43,12 +43,6 @@ namespace Emby.Drawing throw new NotImplementedException(); } - /// - public void CreateSplashscreen(SplashscreenOptions options) - { - throw new NotImplementedException(); - } - /// public string GetImageBlurHash(int xComp, int yComp, string path) { -- cgit v1.2.3