From acae7efd7330d3a3214492f629a77cf07074f17d Mon Sep 17 00:00:00 2001 From: James LewisMoss Date: Fri, 31 Aug 2001 19:48:44 +0000 Subject: [PATCH] remove cruft. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5248 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/kvp-scm.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/engine/kvp-scm.c b/src/engine/kvp-scm.c index f35ea76c44..a8ecdd782d 100644 --- a/src/engine/kvp-scm.c +++ b/src/engine/kvp-scm.c @@ -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*