From 1def3ce8fd8c7c1c9989d89a6b056a6c5ef6d0fb Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 21 Jun 2024 12:05:28 +0200 Subject: [PATCH] Cleanup - remove deprecated function (re-)defines They were deprected 11 years ago --- bindings/guile/gnc-guile-utils.h | 7 ------- 1 file changed, 7 deletions(-) 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.