remove cruft.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5248 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
James LewisMoss 2001-08-31 19:48:44 +00:00
parent 64e4f6b9cb
commit acae7efd73

View File

@ -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*