General refactor.

This commit is contained in:
2018-06-20 22:22:21 +01:00
parent dc1884f5d8
commit ec8b309670
93 changed files with 850 additions and 1015 deletions

View File

@@ -109,8 +109,6 @@ namespace DiscImageChef.DiscImages
bool twiggy;
byte[] twiggyCache;
byte[] twiggyCacheTags;
MemoryStream twiggyDataCache;
MemoryStream twiggyTagCache;
FileStream writingStream;
@@ -818,10 +816,6 @@ namespace DiscImageChef.DiscImages
header.FmtByte = kSigmaFmtByteTwiggy;
header.Format = kSigmaFormatTwiggy;
twiggy = true;
tags = true;
twiggyDataCache = new MemoryStream();
twiggyTagCache = new MemoryStream();
// TODO
ErrorMessage = "Twiggy write support not yet implemented";
return false;