diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 18:13:18 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 18:13:18 (GMT) |
commit | 4159e9dc5f140c659725f97a5f5cd284a47affd5 (patch) | |
tree | 2ea52792e5f084ac2199425599ae2d6632483866 /src/openscad.h | |
parent | c0592dc3b833a91457e28a6d80bcc58c1bb7938d (diff) | |
parent | b12b0861756d99c876a243ad5bda85da1a066ac5 (diff) |
Merge remote branch 'upstream/visitortests' into visitortests
Diffstat (limited to 'src/openscad.h')
-rw-r--r-- | src/openscad.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/openscad.h b/src/openscad.h index e6b9b9f..61aec0e 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -27,12 +27,6 @@ #ifndef OPENSCAD_H #define OPENSCAD_H -// for win32 and maybe others.. -#ifndef M_PI -# define M_PI 3.14159265358979323846 -#endif - - extern class AbstractModule *parse(const char *text, const char *path, int debug); extern int get_fragments_from_r(double r, double fn, double fs, double fa); |