Kaydet (Commit) a6ba5add authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: Iefe2c50a8fbd6ab95a77856b3a65de9e6beacefe
üst ad4268cc
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "delayevent.hxx" #include "delayevent.hxx"
#include "unoview.hxx" #include "unoview.hxx"
#include <rtl/instance.hxx>
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase2.hxx> #include <cppuhelper/compbase2.hxx>
#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implementationentry.hxx>
...@@ -70,14 +69,6 @@ namespace internal { ...@@ -70,14 +69,6 @@ namespace internal {
namespace { namespace {
struct StaticUnitRectPoly : public rtl::StaticWithInit<basegfx::B2DPolygon, StaticUnitRectPoly>
{
basegfx::B2DPolygon operator()()
{
return basegfx::tools::createUnitPolygon();
}
};
/** Sprite entry, to store sprite plus priority /** Sprite entry, to store sprite plus priority
The operator<() defines a strict weak ordering of sprites, sort The operator<() defines a strict weak ordering of sprites, sort
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment