remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.

This commit is contained in:
2010-04-18 10:28:37 +00:00
parent 45441c07d4
commit 8f1500da00
321 changed files with 0 additions and 1281 deletions

View File

@@ -29,10 +29,6 @@
#include "Operator1Expr.h"
#include "IdentifierExpr.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// this is disable at the moment, I expected a memleak from it, but the error-cleanup was the reason
// well, looks we don't need it anyway, until maybe the Curved Surfaces are integrated into CSG
// cool things like (IF(LOD==1,CCurvedValue,IF(LOD==2,CCurvedValue2)) etc...