mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5248 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
64e4f6b9cb
commit
acae7efd73
@ -11,20 +11,6 @@ int
|
||||
gnc_kvp_value_ptr_p(SCM arg)
|
||||
{
|
||||
return TRUE;
|
||||
/* static SCM type_p = SCM_BOOL_F; */
|
||||
|
||||
/* if(type_p == SCM_BOOL_F) */
|
||||
/* { */
|
||||
/* type_p = gh_eval_str("gnc:gnc-kvp-value-ptr?"); */
|
||||
/* } */
|
||||
/* if(gh_call1(type_p, arg) == SCM_BOOL_F) */
|
||||
/* { */
|
||||
/* return FALSE; */
|
||||
/* } */
|
||||
/* else */
|
||||
/* { */
|
||||
/* return TRUE; */
|
||||
/* } */
|
||||
}
|
||||
|
||||
kvp_value*
|
||||
|
Loading…
Reference in New Issue
Block a user