[Gnucash-changes] r12904 - gnucash/trunk/src/app-utils - Remove unused functions.

David Hampton hampton at cvs.gnucash.org
Thu Jan 19 19:38:53 EST 2006


Author: hampton
Date: 2006-01-19 19:38:53 -0500 (Thu, 19 Jan 2006)
New Revision: 12904
Trac: http://svn.gnucash.org/trac/changeset/12904

Modified:
   gnucash/trunk/src/app-utils/gw-app-utils-spec.scm
Log:
Remove unused functions.

Modified: gnucash/trunk/src/app-utils/gw-app-utils-spec.scm
===================================================================
--- gnucash/trunk/src/app-utils/gw-app-utils-spec.scm	2006-01-19 19:34:23 UTC (rev 12903)
+++ gnucash/trunk/src/app-utils/gw-app-utils-spec.scm	2006-01-20 00:38:53 UTC (rev 12904)
@@ -76,22 +76,6 @@
 
   (gw:wrap-function
    ws
-   'gnc:exp-parser-init
-   '<gw:void>
-   "gnc_exp_parser_init"
-   '()
-   "Initialize the expression parser.")
-
-  (gw:wrap-function
-   ws
-   'gnc:exp-parser-shutdown
-   '<gw:void>
-   "gnc_exp_parser_shutdown"
-   '()
-   "Shutdown the expression parser and free any associated memory.")
-
-  (gw:wrap-function
-   ws
    'gnc:parse-amount
    '<gw:scm>
    "gnc_parse_amount_helper"



More information about the gnucash-changes mailing list