diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-07 13:58:41 +0200 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-02-06 17:18:46 -0500 |
commit | 055b46b595bd3561c0293809369150b267d43792 (patch) | |
tree | c68a3fa6012fbe9439cd9450019bd771b176f8ca /vcl/generic | |
parent | f982199faa5ca6473f4e641b18f7676ace90e446 (diff) |
loplugin:unusedmethods vcl
(cherry picked from commit 449d272daf5e99f039cdfdd25f020bd798fb9e1d)
Change-Id: I98b88ca3369a2c888fd63796e39d42376d513002
Diffstat (limited to 'vcl/generic')
-rw-r--r-- | vcl/generic/print/genpspgraphics.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/generic/print/genpspgraphics.cxx b/vcl/generic/print/genpspgraphics.cxx index 5b5971f26d3a..571be87ef0d2 100644 --- a/vcl/generic/print/genpspgraphics.cxx +++ b/vcl/generic/print/genpspgraphics.cxx @@ -529,13 +529,6 @@ void GenPspGraphics::drawBitmap( const SalTwoRect&, OSL_FAIL("Error: no PrinterGfx::DrawBitmap() for transparent bitmap"); } -void GenPspGraphics::drawBitmap( const SalTwoRect&, - const SalBitmap&, - SalColor ) -{ - OSL_FAIL("Error: no PrinterGfx::DrawBitmap() for transparent color"); -} - void GenPspGraphics::drawMask( const SalTwoRect&, const SalBitmap &, SalColor ) |