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

-Werror,-Wunused-function

Change-Id: I6149e9e4491aee1ca9924584caa94064bccdcc83
üst 1f8d73eb
...@@ -483,7 +483,6 @@ void doTestCode() ...@@ -483,7 +483,6 @@ void doTestCode()
static const sal_Int32 nLog10Divisor = 1; static const sal_Int32 nLog10Divisor = 1;
static const double fDivisor = 10.0; 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 double pixelToPoint( double px ) { return px/fDivisor; }
static inline sal_Int32 pointToPixel( double pt ) { return sal_Int32(pt*fDivisor); } static inline sal_Int32 pointToPixel( double pt ) { return sal_Int32(pt*fDivisor); }
......
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