diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-22 11:27:50 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-22 15:33:50 +0100 |
commit | b769901d5a09d7c8bd9ef666a863ff5e7fce4c1e (patch) | |
tree | 9a4ac45203f9bf465625ca2d636eda0abc1f8163 /canvas/source | |
parent | 9856dfd3cccc145130c7e5e7c4c1571a3d2068aa (diff) |
unusedcode: remove various unused classes
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/cairo/cairo_spritehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/directx/dx_spritehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/null/null_spritehelper.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/canvas/source/cairo/cairo_spritehelper.cxx b/canvas/source/cairo/cairo_spritehelper.cxx index 8be1eebcb742..fa09c8772dbb 100644 --- a/canvas/source/cairo/cairo_spritehelper.cxx +++ b/canvas/source/cairo/cairo_spritehelper.cxx @@ -42,7 +42,6 @@ #include <basegfx/numeric/ftools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygonrasterconverter.hxx> #include <basegfx/polygon/b2dpolygontriangulator.hxx> #include <basegfx/polygon/b2dpolygoncutandtouch.hxx> diff --git a/canvas/source/directx/dx_spritehelper.cxx b/canvas/source/directx/dx_spritehelper.cxx index b773cb217802..972fb685d48c 100644 --- a/canvas/source/directx/dx_spritehelper.cxx +++ b/canvas/source/directx/dx_spritehelper.cxx @@ -43,7 +43,6 @@ #include <basegfx/numeric/ftools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygonrasterconverter.hxx> #include <basegfx/polygon/b2dpolygontriangulator.hxx> #include <basegfx/polygon/b2dpolygoncutandtouch.hxx> diff --git a/canvas/source/null/null_spritehelper.cxx b/canvas/source/null/null_spritehelper.cxx index e2eb5fd1427d..be097ace13c3 100644 --- a/canvas/source/null/null_spritehelper.cxx +++ b/canvas/source/null/null_spritehelper.cxx @@ -42,7 +42,6 @@ #include <basegfx/numeric/ftools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygonrasterconverter.hxx> #include <basegfx/polygon/b2dpolygontriangulator.hxx> #include <basegfx/polygon/b2dpolygoncutandtouch.hxx> |