diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-01 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-02 06:38:20 +0000 |
commit | 837f171810a95a1d87907dd08d67e969276f0559 (patch) | |
tree | 6891aa9774c63b759b29d365e0d141f5d7bf3a8c /vcl/inc/unx/salunx.h | |
parent | 01fd60b8fa614f5911d96bb34b40c62ebe1c20fb (diff) |
loplugin:unusedmethods in vcl
Change-Id: Ib404310761fd555b033ab6594ba8636d37f23463
Reviewed-on: https://gerrit.libreoffice.org/19074
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/unx/salunx.h')
-rw-r--r-- | vcl/inc/unx/salunx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/unx/salunx.h b/vcl/inc/unx/salunx.h index 13bb033dbbdf..1d893dd3b7f5 100644 --- a/vcl/inc/unx/salunx.h +++ b/vcl/inc/unx/salunx.h @@ -28,9 +28,6 @@ inline long Divide( long nDividend, long nDivisor ) { return (nDividend + nDivisor/2) / nDivisor; } -inline long DPI( long pixel, long mm ) -{ return Divide( pixel*254, mm*10 ); } - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |