diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf-comp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 6d366af70..356b25126 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -357,11 +357,6 @@ static struct several times. A comma separated list of arguments is used as the argument value. */ #define GC_OPT_FLAG_LIST (1UL << 2) -/* The NO_CHANGE flag for an option indicates that the user should not - be allowed to change this option using the standard gpgconf method. - Frontends using gpgconf should grey out such options, so that only - the current value is displayed. */ -#define GC_OPT_FLAG_NO_CHANGE (1UL <<7) /* A human-readable description for each flag. */ |