From 6bbf9cb19e896e1dcc1edcbb7c1df49b2dabf9e8 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 4 Dec 2001 22:44:41 +0000 Subject: [PATCH] * src/app-utils/app-utils.scm: accomodate removal of utilities.scm, and use main not bootstrap. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6200 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/app-utils/app-utils.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app-utils/app-utils.scm b/src/app-utils/app-utils.scm index 76f1af06ff..8660ed1909 100644 --- a/src/app-utils/app-utils.scm +++ b/src/app-utils/app-utils.scm @@ -3,7 +3,7 @@ (use-modules (g-wrapped gw-app-utils)) (use-modules (g-wrapped gw-runtime)) (use-modules (srfi srfi-1)) -(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing. +(use-modules (gnucash main) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing. (use-modules (gnucash gnc-module)) (gnc:module-load "gnucash/engine" 0) @@ -241,13 +241,6 @@ (export simple-obj-from-list) (export make-simple-obj) -;; utilities -(export hash-fold) -(export item-list->hash!) -(export string-split) -(export string-join) -(export gnc:backtrace-if-exception) - (load-from-path "c-interface.scm") (load-from-path "config-var.scm") (load-from-path "options.scm") @@ -255,7 +248,6 @@ (load-from-path "prefs.scm") (load-from-path "date-utilities.scm") (load-from-path "simple-obj.scm") -(load-from-path "utilities.scm") (gnc:hook-add-dangler gnc:*startup-hook* (lambda ()