mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Drop gnc:main; it is an empty function by now
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22641 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -725,8 +725,6 @@ inner_main (void *closure, int argc, char **argv)
|
||||
|
||||
gnc_hook_add_dangler(HOOK_UI_SHUTDOWN, (GFunc)gnc_file_quit, NULL);
|
||||
|
||||
scm_c_eval_string("(gnc:main)");
|
||||
|
||||
/* Install Price Quote Sources */
|
||||
gnc_update_splash_screen(_("Checking Finance::Quote..."), GNC_SPLASH_PERCENTAGE_UNKNOWN);
|
||||
scm_c_use_module("gnucash price-quotes");
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
(export gnc:debug)
|
||||
(export string-join)
|
||||
(export gnc:backtrace-if-exception)
|
||||
(export gnc:main)
|
||||
(export gnc:safe-strcmp) ;; only used by aging.scm atm...
|
||||
|
||||
(re-export hash-fold)
|
||||
@@ -188,14 +187,3 @@
|
||||
|
||||
;; Put it back together
|
||||
(string-join (reverse parts-out) "/")))
|
||||
|
||||
(define (gnc:main)
|
||||
|
||||
;; (statprof-reset 0 50000) ;; 20 times/sec
|
||||
;; (statprof-start)
|
||||
|
||||
;; Now the fun begins.
|
||||
(gnc:debug "starting up (1).")
|
||||
|
||||
;;return to C
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user