mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
cleanup and prep work for qif import
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1880 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -519,15 +519,13 @@ gncGetCurrentGroup (void)
|
||||
|
||||
return topgroup;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* ======================================================== */
|
||||
/* whats this for ???? */
|
||||
|
||||
gnc_main_window_get_session(gncUIWidget w)
|
||||
/* ======================================================== */
|
||||
|
||||
Session *
|
||||
main_window_get_session (void)
|
||||
{
|
||||
return(current_session);
|
||||
return (current_session);
|
||||
}
|
||||
|
||||
#endif
|
||||
/********************* END OF FILE **********************************/
|
||||
|
||||
@@ -132,9 +132,6 @@ void gncFileQuit (void);
|
||||
|
||||
AccountGroup *gncGetCurrentGroup (void);
|
||||
|
||||
/* ??? why is this needed ??? */
|
||||
/*
|
||||
Session *gnc_main_window_get_session(gncUIWidget w);
|
||||
*/
|
||||
Session *main_window_get_session (void);
|
||||
|
||||
#endif /* __GNC_FILE_DIALOG_H__ */
|
||||
|
||||
Reference in New Issue
Block a user