vcl/inc/vcl/window.hxx | 1 - vcl/source/window/window.cxx | 6 ------ 2 files changed, 7 deletions(-)
New commits: commit 303ff2493ba479d4b52874b8e5afa4491d9cec11 Author: Tor Lillqvist <[email protected]> Date: Wed Mar 6 23:07:29 2013 +0200 Window::PostPaint() was unused and empty Change-Id: I0e35b55888df16067660862fd54d240f5dfcef8f diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx index fda621f..fd638bc 100644 --- a/vcl/inc/vcl/window.hxx +++ b/vcl/inc/vcl/window.hxx @@ -590,7 +590,6 @@ public: virtual void PrePaint(); virtual void Paint( const Rectangle& rRect ); - virtual void PostPaint(); virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ); virtual void Move(); virtual void Resize(); diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 38960af..ff69d88 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -4788,12 +4788,6 @@ void Window::Paint( const Rectangle& rRect ) // ----------------------------------------------------------------------- -void Window::PostPaint() -{ -} - -// ----------------------------------------------------------------------- - void Window::Draw( OutputDevice*, const Point&, const Size&, sal_uLong ) { DBG_CHKTHIS( Window, ImplDbgCheckWindow ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
