From fe4412c8850bd1212dce786510dd61ddd6c43b36 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Thu, 8 Oct 2015 16:23:28 -0400 Subject: Unused code removal DrawGradientWallpaper Doesn't appear needed on Linux and tests have shown it isn't needed on Windows or Mac either. Change-Id: Iaaba6dcc4783557a4165d635b57a256402b0b4d2 Reviewed-on: https://gerrit.libreoffice.org/19259 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- include/vcl/outdev.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/vcl/outdev.hxx') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index f4cbc5f06704..33908fcf395d 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -999,9 +999,6 @@ public: virtual void Erase(); virtual void Erase( const Rectangle& rRect ) { DrawWallpaper( rRect, GetBackground() ); } -protected: - virtual void DrawGradientWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper ); - private: SAL_DLLPRIVATE void DrawWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper ); SAL_DLLPRIVATE void DrawColorWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper ); -- cgit