summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 15:45:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:11 +0100
commita6ba5addb7d37d55706518180841332642cf8eae (patch)
tree97cf4eeccea43306414648c8535c4a6efc1d8034 /slideshow
parentad4268cc8ae58d4c65ae343876b325d9db720c73 (diff)
-Werror,-Wunused-member-function
Change-Id: Iefe2c50a8fbd6ab95a77856b3a65de9e6beacefe
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/slideview.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx
index 2d2c42153318..5db492d1b3b9 100644
--- a/slideshow/source/engine/slideview.cxx
+++ b/slideshow/source/engine/slideview.cxx
@@ -27,7 +27,6 @@
#include "delayevent.hxx"
#include "unoview.hxx"
-#include <rtl/instance.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/implementationentry.hxx>
@@ -70,14 +69,6 @@ namespace internal {
namespace {
-struct StaticUnitRectPoly : public rtl::StaticWithInit<basegfx::B2DPolygon, StaticUnitRectPoly>
-{
- basegfx::B2DPolygon operator()()
- {
- return basegfx::tools::createUnitPolygon();
- }
-};
-
/** Sprite entry, to store sprite plus priority
The operator<() defines a strict weak ordering of sprites, sort