remove cruft

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8420 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-05-28 23:36:40 +00:00
parent a889712da2
commit f38fb55aba

View File

@ -211,9 +211,6 @@ void gnc_set_log_level_global(gncLogLevel level);
void gnc_set_logfile (FILE *outfile);
/** Macros *****************************************************/
#define EPS (1.0e-6)
#define DEQEPS(x,y,eps) (((((x)+(eps))>(y)) ? 1 : 0) && ((((x)-(eps))<(y)) ? 1 : 0))
#define DEQ(x,y) DEQEPS(x,y,EPS)
#define SAFE_STRCMP_REAL(fcn,da,db) { \
if ((da) && (db)) { \