From 4b9f8b232b956149850fc1c8b47f826a09044efa Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 20 Dec 2014 15:04:07 +0100 Subject: Reduce time for reporting wrong password by removing support for legacy hidden format because it was never functional and it was superseded by current hidden format. --- src/Common/Common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Common/Common.h') diff --git a/src/Common/Common.h b/src/Common/Common.h index d4375b5d..3e68f402 100644 --- a/src/Common/Common.h +++ b/src/Common/Common.h @@ -43,7 +43,6 @@ enum { TC_VOLUME_TYPE_NORMAL = 0, TC_VOLUME_TYPE_HIDDEN, - TC_VOLUME_TYPE_HIDDEN_LEGACY, TC_VOLUME_TYPE_COUNT }; -- cgit v1.2.3