aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-08 10:02:56 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-08 10:02:56 +0200
commit8339980393cf93b947f5b1fa50aa669d6a8d9177 (patch)
treecf42e1f98a5e4628f77cf1f1672bbcbebe0962a9 /src/include
parenta9a40d1e58f0b2d48285511dc8f216f6d99e115d (diff)
add clear option to enable/disable KYC
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_kyclogic_lib.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index 9dbcf92fd..b852ba14c 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -400,16 +400,6 @@ TALER_KYCLOGIC_is_satisfiable (
/**
- * Check if any KYC checks are enabled.
- *
- * @return true if KYC is enabled
- * false if no KYC checks are possible
- */
-bool
-TALER_KYCLOGIC_is_enabled (void);
-
-
-/**
* A KYC rule @a r has been triggered. Convert the resulting requirements into
* JSON of type ``LegitimizationMeasures`` for the legitimization measures table.
*