diff options
author | Zsolt Bölöny <bolony.zsolt@gmail.com> | 2015-05-19 16:14:36 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-01 08:09:39 +0000 |
commit | 4fe7a99c4b0c46b9d254efc870f75e25f2b5c37f (patch) | |
tree | 085becd8c681afdcb3d16db35355e5cadf5c016b /basegfx | |
parent | 7a4e79688974637c954df6147f3e8eb75fe47836 (diff) |
Remove B1IRange, it's not used anywhere
Change-Id: I2eeded849b9b36611407e8ecc545d7801939e4c9
Reviewed-on: https://gerrit.libreoffice.org/15815
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/range/b1drange.cxx | 1 | ||||
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/source/range/b1drange.cxx b/basegfx/source/range/b1drange.cxx index e01ecb9b000e..bcfbba2ec37f 100644 --- a/basegfx/source/range/b1drange.cxx +++ b/basegfx/source/range/b1drange.cxx @@ -18,7 +18,6 @@ */ #include <basegfx/range/b1drange.hxx> -#include <basegfx/range/b1irange.hxx> #include <basegfx/numeric/ftools.hxx> namespace basegfx diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index e29d5456dcd6..f6afc96aa3bf 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -35,7 +35,6 @@ #include <basegfx/range/b2irange.hxx> #include <basegfx/range/b2ibox.hxx> #include <basegfx/range/b1drange.hxx> -#include <basegfx/range/b1irange.hxx> #include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2dpolyrange.hxx> #include <basegfx/numeric/ftools.hxx> @@ -952,7 +951,6 @@ public: void check() { implCheck<B1DRange>(); - implCheck<B1IRange>(); } // Change the following lines only, if you add, remove or rename |