From ee406edb2d693e555fdfa13e94798515fe9ece14 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 20 Mar 1998 08:58:33 +0000 Subject: [PATCH] remove a line git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@682 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Group.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/Group.h b/src/engine/Group.h index 0acda677d1..142f7f6d82 100644 --- a/src/engine/Group.h +++ b/src/engine/Group.h @@ -141,7 +141,6 @@ AccountGroup * xaccGetAccountRoot (Account *); void xaccConsolidateGrpTransactions (AccountGroup *); -/* #define getAccount xaccGroupGetAccount */ Account * xaccGroupGetAccount (AccountGroup *, int); double xaccGroupGetBalance (AccountGroup *);