Fix unused code.

This commit is contained in:
2020-07-20 07:47:12 +01:00
parent da452ea834
commit 0e7a86880e
149 changed files with 344 additions and 129 deletions

View File

@@ -43,7 +43,7 @@ namespace Aaru.Gui.ViewModels.Tabs
{
readonly byte[] ata;
readonly byte[] atapi;
Window _view;
readonly Window _view;
public AtaInfoViewModel(byte[] ataIdentify, byte[] atapiIdentify, AtaErrorRegistersChs? ataMcptError,
Window view)
@@ -53,6 +53,7 @@ namespace Aaru.Gui.ViewModels.Tabs
ata = ataIdentify;
atapi = atapiIdentify;
_view = view;
if(ataIdentify == null &&
atapiIdentify == null)