diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-14 23:20:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-14 23:20:35 (GMT) |
commit | 0a2b7ca0d4d7fb1acda9996d69b25ff6b5495856 (patch) | |
tree | 465fb326c433297bb88182de7f215ff21925cf5f /src/polyset.h | |
parent | f175bae46a8f15823780c5a9c89b11476acb3107 (diff) |
FIXME leaking polyset by altering functions signatures
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/polyset.h b/src/polyset.h index 6626f79..5c97396 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -26,7 +26,6 @@ public: void append_vertex(double x, double y, double z = 0.0); void insert_vertex(double x, double y, double z = 0.0); size_t memsize() const; - BoundingBox getBoundingBox() const; #define CSGMODE_DIFFERENCE_FLAG 0x10 |