diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-06 11:28:01 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-06 11:29:45 +0100 |
commit | ef41022c112924b339b8c9a426b161d81aa8a947 (patch) | |
tree | 309cd48ba63677312348d5df5b3fc13f34be7f86 /unusedcode.easy | |
parent | 6be6357cce999e5a1a692da1f682847be3723587 (diff) |
unusedcode: remove Plotter
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 4ffc46e83dc0..e30ab2ed5a1f 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1110,10 +1110,6 @@ basegfx::maximum(basegfx::B2DHomPoint const&, basegfx::B2DHomPoint const&) basegfx::maximum(basegfx::B2ITuple const&, basegfx::B2ITuple const&) basegfx::minimum(basegfx::B2DHomPoint const&, basegfx::B2DHomPoint const&) basegfx::minimum(basegfx::B2ITuple const&, basegfx::B2ITuple const&) -basegfx::testtools::Plotter::Plotter(std::basic_ostream<char, std::char_traits<char> >&) -basegfx::testtools::Plotter::plot(basegfx::B2DPolyPolygon const&) -basegfx::testtools::Plotter::plot(basegfx::B2DRange const&) -basegfx::testtools::Plotter::~Plotter() basegfx::tools::B2DClipState::B2DClipState(basegfx::B2DPolygon const&) basegfx::tools::B2DClipState::B2DClipState(basegfx::B2DRange const&) basegfx::tools::B2DClipState::intersectClipState(basegfx::tools::B2DClipState const&) |