summaryrefslogtreecommitdiffstats
path: root/src/2geom/region.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/region.cpp')
-rw-r--r--src/2geom/region.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/2geom/region.cpp b/src/2geom/region.cpp
index cfab3a35a..116cc72fd 100644
--- a/src/2geom/region.cpp
+++ b/src/2geom/region.cpp
@@ -5,14 +5,6 @@
namespace Geom {
-Regions sanitize_path(Path const &p) {
- Regions results;
- Crossings crs = self_crossings(p);
- for(unsigned i = 0; i < crs.size(); i++) {
-
- }
-}
-
Region Region::operator*(Matrix const &m) const {
Region r((m.flips() ? boundary.reverse() : boundary) * m, fill);
if(box && m.onlyScaleAndTranslation()) r.box = (*box) * m;