summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-30 17:50:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:29 +0200
commit09b491ae845c83ac618245c6535178a6064c7f54 (patch)
tree120cb4cbc0ccf4a8bc25ea3824c11075bba764aa /vcl
parent1f8d73eb9a4b5a3eb62689135e83a6f39eca1bd8 (diff)
-Werror,-Wunused-function
Change-Id: I6149e9e4491aee1ca9924584caa94064bccdcc83
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 305c4ca8d35a..1349e057907c 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -483,7 +483,6 @@ void doTestCode()
static const sal_Int32 nLog10Divisor = 1;
static const double fDivisor = 10.0;
-static inline double pixelToPoint( sal_Int32 px ) { return double(px)/fDivisor; }
static inline double pixelToPoint( double px ) { return px/fDivisor; }
static inline sal_Int32 pointToPixel( double pt ) { return sal_Int32(pt*fDivisor); }