summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-12 09:22:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-12 09:22:13 +0100
commit3e90cc12731eaf149dce83237bfccb88ffbd26a9 (patch)
tree380fb205cc5580dd4eaa24d2a6db2a2aadeae215
parent107aa518fd2032e039a7a2debc8a9453b7a139c4 (diff)
loplugin:unreffun
Change-Id: I77a832e729b4410be953343fa4702e37b4ae691c
-rw-r--r--vcl/workben/vcldemo.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 0aae8459531b..21b33c070355 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -493,17 +493,6 @@ public:
}
};
- struct FetchDrawBitmap : public RegionRenderer
- {
- virtual void RenderRegion(OutputDevice &rDev, Rectangle r,
- const RenderContext &) SAL_OVERRIDE
- {
- Bitmap aBitmap(rDev.GetBitmap(Point(0,0),rDev.GetOutputSizePixel()));
- aBitmap.Scale(r.GetSize(), BMP_SCALE_BESTQUALITY);
- rDev.DrawBitmap(r.TopLeft(), aBitmap);
- }
- };
-
void drawToDevice(OutputDevice &rDev, bool bVdev)
{
RenderContext aCtx;