gnucash stable: [~qofchoice.cpp] remove, not useful

Christopher Lam clam at code.gnucash.org
Sun Jun 9 13:42:50 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/ddc79588 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fbb08c9d (commit)



commit ddc7958801c3c1649e6c420823a8d2584237b8be
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jun 9 13:17:42 2024 +0800

    [~qofchoice.cpp] remove, not useful
    
    because the options GLists are populated, but are never actually
    queried. The QOF_TYPE_CHOICE definition is moved to qofclass.h



Summary of changes:
 libgnucash/engine/CMakeLists.txt |   2 -
 libgnucash/engine/gncAddress.c   |   4 -
 libgnucash/engine/gncCustomer.c  |  12 ---
 libgnucash/engine/gncInvoice.c   |   4 -
 libgnucash/engine/gncJob.c       |   9 ---
 libgnucash/engine/gncVendor.c    |   9 ---
 libgnucash/engine/qof.h          |   1 -
 libgnucash/engine/qofchoice.cpp  | 127 -----------------------------
 libgnucash/engine/qofchoice.h    | 168 ---------------------------------------
 libgnucash/engine/qofclass.h     |   1 +
 libgnucash/engine/qofobject.h    |   1 -
 libgnucash/engine/qofquery.h     |   1 -
 po/POTFILES.in                   |   1 -
 13 files changed, 1 insertion(+), 339 deletions(-)
 delete mode 100644 libgnucash/engine/qofchoice.cpp
 delete mode 100644 libgnucash/engine/qofchoice.h



More information about the gnucash-patches mailing list