From d2d7791c698cee7912fc054660cced40ff2171de Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 18 Jan 2020 01:13:53 +0100 Subject: DCE: only keep x-taler-wire processing functions we actually use/need --- src/include/taler_util.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 37b6765a2..335b123c3 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -245,41 +245,6 @@ char * TALER_payto_get_method (const char *payto_url); -/** - * Create an x-taler-bank payto:// URL from a @a bank_url - * and an @a account_name. - * - * @param bank_url the bank URL - * @param account_name the account name - * @return payto:// URL - */ -char * -TALER_payto_xtalerbank_make (const char *bank_url, - const char *account_name); - - -/** - * Create an x-taler-bank payto:// URL from an @a account_url. - * - * @param account_url the bank URL - * @param account_name the account name - * @return payto:// URL - */ -char * -TALER_payto_xtalerbank_make2 (const char *account_url); - - -/** - * Given an x-taler-bank payto:// URL, compute - * the HTTP(S) base URL of the account. - * - * @param payto the payto URL - * @return bank URL of the account, NULL if not x-taler-bak payto URL - */ -char * -TALER_xtalerbank_base_url_from_payto (const char *payto); - - /** * Obtain the account name from a payto URL. * -- cgit v1.2.3