From 62aaeeba49911f5013624d990fe39d6e20ba6a87 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 21 Jan 2018 15:59:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BFix=20spurious=20break.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DiscImageChef.DiscImages/UDIF.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/DiscImageChef.DiscImages/UDIF.cs b/DiscImageChef.DiscImages/UDIF.cs index bf1dd53c..57d1cab0 100644 --- a/DiscImageChef.DiscImages/UDIF.cs +++ b/DiscImageChef.DiscImages/UDIF.cs @@ -431,9 +431,6 @@ namespace DiscImageChef.DiscImages case CHUNK_TYPE_KENCODE: throw new ImageNotSupportedException("Chunks compressed with KenCode are not yet supported."); - case CHUNK_TYPE_RLE: - throw new - ImageNotSupportedException("Chunks compressed with RLE are not yet supported."); case CHUNK_TYPE_LZH: throw new ImageNotSupportedException("Chunks compressed with LZH are not yet supported.");