Cleaned up some warnings, and fixed issue where no Year records were being retrieved #37

This commit is contained in:
amazing-username
2019-06-16 10:56:37 -04:00
parent d85197c313
commit e1614adfad
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -13,7 +13,6 @@ namespace Icarus.Controllers.Utilities
public class SongCompression
{
#region Fields
string _archiveDirectory;
string _compressedSongFilename;
string _tempDirectory;
byte[] _uncompressedSong;