summaryrefslogtreecommitdiff
path: root/basegfx/source/range/b2drange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/range/b2drange.cxx')
-rw-r--r--basegfx/source/range/b2drange.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basegfx/source/range/b2drange.cxx b/basegfx/source/range/b2drange.cxx
index 2da38ce2dbc3..5884b7e564f4 100644
--- a/basegfx/source/range/b2drange.cxx
+++ b/basegfx/source/range/b2drange.cxx
@@ -60,13 +60,6 @@ namespace basegfx
}
}
- B2IRange fround(const B2DRange& rRange)
- {
- return rRange.isEmpty() ?
- B2IRange() :
- B2IRange(fround(rRange.getMinimum()),
- fround(rRange.getMaximum()));
- }
} // end of namespace basegfx
// eof