remove lint

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@758 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-31 07:19:27 +00:00
parent a1bc425f11
commit 269f9dac65

View File

@ -122,9 +122,6 @@ Date* todaysDate( Date *date );
int daysInMonth( int month , int year );
int datecmp( Date *date1, Date *date2 );
int sscandate( const char *in_string, Date *date, int flags);
/** GLOBALS *********************************************************/
extern DateFormat dateFormat;