diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-07-09 12:58:37 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:20:53 +0100 |
commit | 469f1dba407ded806d76e58c9f501a51f20a29df (patch) | |
tree | 2aea4d2f4388ca8e34506af00bc9cc11af8e7d39 /src/Setup | |
parent | 515495f2f3f2557e3a9189291f9b07dea11dc95c (diff) | |
download | VeraCrypt-469f1dba407ded806d76e58c9f501a51f20a29df.tar.gz VeraCrypt-469f1dba407ded806d76e58c9f501a51f20a29df.zip |
Remove unused label.
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 5decf595..9603eec2 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -1629,7 +1629,6 @@ void DoInstall (void *arg) }
}
-outcome:
OutcomePrompt (hwndDlg, bOK);
if (bOK && !bUninstall && !bDowngrade && !bRepairMode && !bDevm)
|