gnucash master: Removed binary from kvpvalues

John Ralls jralls at code.gnucash.org
Tue Sep 16 18:12:21 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/d2913915 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9bc5d1a2 (commit)



commit d2913915e62d6aa80559b67c6a603fe2661d8464
Author: lmat <dartme18 at gmail.com>
Date:   Tue Sep 16 10:30:47 2014 -0400

    Removed binary from kvpvalues
    
    It looks like the binary kvpvalue wasn't being used, and, since
    it is difficult to deal with, it is easiest to remove it altogether.



Summary of changes:
 src/app-utils/test/test-print-queries.c       |   3 -
 src/app-utils/test/test-scm-query-string.c    |   3 -
 src/backend/xml/io-gncxml-v1.c                | 147 --------------------------
 src/backend/xml/sixtp-dom-generators.c        |  12 ---
 src/backend/xml/sixtp-dom-parsers.c           |  25 -----
 src/backend/xml/test/test-string-converters.c |  60 -----------
 src/engine/engine-helpers.c                   |   8 --
 src/engine/kvp-scm.c                          |   2 -
 src/engine/test-core/test-engine-stuff.c      |  31 +-----
 src/engine/test/test-scm-query.c              |   3 -
 src/libqof/qof/kvp_frame.cpp                  | 107 -------------------
 src/libqof/qof/kvp_frame.h                    |  23 +---
 src/libqof/qof/test/test-kvp_frame.c          |  34 +-----
 13 files changed, 5 insertions(+), 453 deletions(-)



More information about the gnucash-patches mailing list