gnucash stable: Cleanup - remove deprecated function (re-)defines
Geert Janssens
gjanssens at code.gnucash.org
Sun Jun 23 12:24:11 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/1def3ce8 (commit)
from https://github.com/Gnucash/gnucash/commit/e5628f09 (commit)
commit 1def3ce8fd8c7c1c9989d89a6b056a6c5ef6d0fb
Author: Geert Janssens <geert at kobaltwit.be>
Date: Fri Jun 21 12:05:28 2024 +0200
Cleanup - remove deprecated function (re-)defines
They were deprected 11 years ago
diff --git a/bindings/guile/gnc-guile-utils.h b/bindings/guile/gnc-guile-utils.h
index 6649cb13f7..eb0aae1ad5 100644
--- a/bindings/guile/gnc-guile-utils.h
+++ b/bindings/guile/gnc-guile-utils.h
@@ -62,13 +62,6 @@ SCM gnc_scm_call_1_to_procedure(SCM func, SCM arg);
SCM gnc_scm_call_1_to_list(SCM func, SCM arg);
SCM gnc_scm_call_1_to_vector(SCM func, SCM arg);
-/* Deprecated functions, will be removed soon */
-#define gnc_guile_call1_to_string gnc_scm_call_1_to_string
-#define gnc_guile_call1_symbol_to_string gnc_scm_call_1_symbol_to_string
-#define gnc_guile_call1_to_procedure gnc_scm_call_1_to_procedure
-#define gnc_guile_call1_to_list gnc_scm_call_1_to_list
-#define gnc_guile_call1_to_vector gnc_scm_call_1_to_vector
-
/** Clean up a scheme options string for use in a key/value file.
* This function removes all full line comments, removes all blank
* lines, and removes all leading/trailing white space.
Summary of changes:
bindings/guile/gnc-guile-utils.h | 7 -------
1 file changed, 7 deletions(-)
More information about the gnucash-changes
mailing list