From 999ad78a0d899c4b9a441933ff68843b0ae3e0a9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 29 Nov 2014 14:51:30 -0500 Subject: rework configurations --- MediaBrowser.Model/Drawing/ImageOutputFormat.cs | 30 ------------------------- 1 file changed, 30 deletions(-) delete mode 100644 MediaBrowser.Model/Drawing/ImageOutputFormat.cs (limited to 'MediaBrowser.Model/Drawing/ImageOutputFormat.cs') diff --git a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs b/MediaBrowser.Model/Drawing/ImageOutputFormat.cs deleted file mode 100644 index ec32f64f26..0000000000 --- a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs +++ /dev/null @@ -1,30 +0,0 @@ - -namespace MediaBrowser.Model.Drawing -{ - /// - /// Enum ImageOutputFormat - /// - public enum ImageOutputFormat - { - /// - /// The BMP - /// - Bmp, - /// - /// The GIF - /// - Gif, - /// - /// The JPG - /// - Jpg, - /// - /// The PNG - /// - Png, - /// - /// The webp - /// - Webp - } -} -- cgit v1.2.3