gnucash maint: Remove ktoblzcheck dependency.
Christian Stimming
cstim at code.gnucash.org
Wed Feb 13 05:40:42 EST 2019
Updated via https://github.com/Gnucash/gnucash/commit/dac94ce0 (commit)
from https://github.com/Gnucash/gnucash/commit/140eb0b1 (commit)
commit dac94ce03806d5791ac7a8a0ffcba03896e8c237
Author: Christian Stimming <christian at cstimming.de>
Date: Wed Feb 13 11:26:39 2019 +0100
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.
Summary of changes:
CMakeLists.txt | 4 -
common/config.h.cmake.in | 3 -
gnucash/import-export/aqb/CMakeLists.txt | 5 +-
gnucash/import-export/aqb/dialog-ab-trans.c | 167 ++-------------------
gnucash/import-export/aqb/dialog-ab-trans.h | 4 +-
gnucash/import-export/aqb/dialog-ab.glade | 1 -
gnucash/import-export/aqb/gnc-ab-utils.c | 7 +-
.../import-export/aqb/gnc-plugin-aqbanking-ui.xml | 2 -
gnucash/import-export/aqb/gnc-plugin-aqbanking.c | 56 -------
9 files changed, 18 insertions(+), 231 deletions(-)
More information about the gnucash-patches
mailing list