Settings cleanup

This commit is contained in:
Ima Mechanique 2012-03-18 05:50:54 +00:00
parent 962fbed2c7
commit 3b80d5668c
6 changed files with 27 additions and 48 deletions

View file

@ -47,6 +47,7 @@ using System.IO.Compression;
using System.Security.Cryptography;
namespace LSLEditor.Decompressor
{
public class MD5Verify
@ -61,7 +62,6 @@ namespace LSLEditor.Decompressor
}
}
public sealed class Gzip
{
public static void Decompress(Stream inStream, Stream outStream)