diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-21 23:35:13 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-21 23:35:13 (GMT) |
commit | 4843022bf4755d7fafe58faee430a6f62f51ca8f (patch) | |
tree | 34ce84fbfdbfb720b4aae4ae575f296341bbccab /openscad.pro | |
parent | e31bb0f60312e692f5ef57fd3823e413cc8a669c (diff) | |
parent | b211fe5158160910c73397bc401fb846c45a7295 (diff) |
Merge remote branch 'upstream/master' into cakebaby
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index 2e77d9d..4a1c0f3 100644 --- a/openscad.pro +++ b/openscad.pro @@ -205,7 +205,6 @@ HEADERS += src/renderer.h \ src/PolySetCache.h \ src/PolySetEvaluator.h \ src/CSGTermEvaluator.h \ - src/myqhash.h \ src/Tree.h \ src/mathc99.h \ src/memory.h \ @@ -253,7 +252,6 @@ SOURCES += src/openscad.cc \ src/traverser.cc \ src/nodedumper.cc \ src/CSGTermEvaluator.cc \ - src/qhash.cc \ src/Tree.cc \ src/mathc99.cc \ src/PolySetCache.cc \ |