From c4e6ffc3460eef5f2086e817ab5ab8194b200376 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Sat, 26 Mar 2016 13:14:51 +0100 Subject: [PATCH] Removed some unused macros --- include/shared.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/include/shared.h b/include/shared.h index 0b24d77..685a2bb 100644 --- a/include/shared.h +++ b/include/shared.h @@ -195,27 +195,6 @@ extern int SUPPRESS_OUTPUT; extern hc_thread_mutex_t mux_display; -/** - * password lengths supported - */ - -#define PW_LENGTH_MIN_0 0 -#define PW_LENGTH_MAX_0 55 -#define PW_LENGTH_MIN_400 0 -#define PW_LENGTH_MAX_400 40 -#define PW_LENGTH_MIN_500 0 -#define PW_LENGTH_MAX_500 15 -#define PW_LENGTH_MIN_1600 0 -#define PW_LENGTH_MAX_1600 15 -#define PW_LENGTH_MIN_1800 0 -#define PW_LENGTH_MAX_1800 15 -#define PW_LENGTH_MIN_2500 0 -#define PW_LENGTH_MAX_2500 64 -#define PW_LENGTH_MIN_6300 0 -#define PW_LENGTH_MAX_6300 15 -#define PW_LENGTH_MIN_7400 0 -#define PW_LENGTH_MAX_7400 15 - /** * Strings */ -- 2.25.1