aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-19 22:42:46 -0500
committerGitHub <noreply@github.com>2019-01-19 22:42:46 -0500
commit65610219265e5cfe6137d997cf298fb3c88a6a88 (patch)
tree93d9b0dad7e241dff8a1c46fe004af72ee1b6500 /Jellyfin.Server/Program.cs
parentd72d0fb865f2eccef4f96a6ebc5f1e409778608f (diff)
parent875392c77fce26f2b51142f65998a1d73727310b (diff)
Merge pull request #582 from nvllsvm/image
Replace custom image parser with Skia
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 51ad53749..d07761619 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -9,7 +9,6 @@ using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Emby.Drawing;
-using Emby.Drawing.Skia;
using Emby.Server.Implementations;
using Emby.Server.Implementations.EnvironmentInfo;
using Emby.Server.Implementations.IO;