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:
Linas Vepstas
1999-08-04 05:04:13 +00:00
parent 73c3a3e364
commit 814c43048d
2 changed files with 6 additions and 11 deletions

View File

@@ -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 **********************************/

View 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__ */