Remove ktoblzcheck dependency.

Remove old (non-SEPA) online transaction code, because now in 2019
the banks will only offer SEPA transactions and no others. This
in turn means we don't need the old ktoblzcheck checking functions
at all, hence I remove this dependency completely.
This commit is contained in:
Christian Stimming
2019-02-13 11:26:39 +01:00
parent 140eb0b110
commit dac94ce038
9 changed files with 18 additions and 231 deletions

View File

@@ -147,9 +147,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
/* Define to 1 if you have the <ktoblzcheck.h> header file. */
#cmakedefine HAVE_KTOBLZCHECK_H 1
/* Define if you have <langinfo.h> and nl_langinfo(D_FMT). */
#cmakedefine HAVE_LANGINFO_D_FMT 1