mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove redundant call
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23210 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cf5c84880e
commit
a050fcfa7d
@ -435,9 +435,6 @@ gnc_main_gui_init (void)
|
||||
gnc_restore_all_state, NULL);
|
||||
gnc_hook_add_dangler(HOOK_BOOK_CLOSED,
|
||||
gnc_save_all_state, NULL);
|
||||
|
||||
/* CAS: I'm not really sure why we remove before adding. */
|
||||
gnc_hook_remove_dangler(HOOK_BOOK_CLOSED, (GFunc)gnc_reports_flush_global);
|
||||
gnc_hook_add_dangler(HOOK_BOOK_CLOSED,
|
||||
(GFunc)gnc_reports_flush_global, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user