mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Cleanup - remove deprecated function (re-)defines
They were deprected 11 years ago
This commit is contained in:
@@ -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_list(SCM func, SCM arg);
|
||||||
SCM gnc_scm_call_1_to_vector(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.
|
/** Clean up a scheme options string for use in a key/value file.
|
||||||
* This function removes all full line comments, removes all blank
|
* This function removes all full line comments, removes all blank
|
||||||
* lines, and removes all leading/trailing white space.
|
* lines, and removes all leading/trailing white space.
|
||||||
|
|||||||
Reference in New Issue
Block a user