diff options
| author | Leander Schulten <Leander.Schulten@rwth-aachen.de> | 2021-05-02 04:30:00 +0200 |
|---|---|---|
| committer | Leander Schulten <Leander.Schulten@rwth-aachen.de> | 2021-05-02 04:30:00 +0200 |
| commit | 820b138b8231fede8b8fc04a336baa0875381a23 (patch) | |
| tree | cca93ab35e9ef5e3394a3061ab0b320c702ed76d /include | |
| parent | 8f8250e311946b6b831357bdd6a030db3b75c057 (diff) | |
asiolist.cpp: remove unused variable
Diffstat (limited to 'include')
| -rw-r--r-- | include/asiolist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asiolist.cpp b/include/asiolist.cpp index e4c73c2..333a662 100644 --- a/include/asiolist.cpp +++ b/include/asiolist.cpp @@ -166,7 +166,6 @@ AsioDriverList::AsioDriverList () LPASIODRVSTRUCT pdl; LONG cr; DWORD index = 0; - BOOL fin = FALSE; numdrv = 0; lpdrvlist = 0; @@ -184,7 +183,6 @@ AsioDriverList::AsioDriverList () #endif lpdrvlist = newDrvStruct (hkEnum,keyname,0,lpdrvlist); } - else fin = TRUE; } if (hkEnum) RegCloseKey(hkEnum); |
