diff options
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 308760b3b357..9e0bbbcbe92f 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -812,12 +812,6 @@ protected: virtual void ClipToPaintRegion( Rectangle& rDstRect ) override; virtual bool UsePolyPolygonForComplexGradient() override; - virtual void DrawGradientWallpaper(long nX, long nY, long nWidth, long nHeight, - const Wallpaper& rWallpaper) override - { - OutputDevice::DrawGradientWallpaper(nX, nY, nWidth, nHeight, rWallpaper); - } - virtual void ApplySettings(vcl::RenderContext& rRenderContext); public: bool HasMirroredGraphics() const override; |