diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-30 19:42:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-01 08:11:23 +0000 |
commit | 11f1fe95f9b844cb71e02d237d8034b9ed8244f3 (patch) | |
tree | 7121c338b084e787e989e23189c6a048993810e8 /vcl/source | |
parent | aa09ea1ee2937a8933ea30e4cd86a55e473690e3 (diff) |
ImplInvalidateAllOverlapBackgrounds is empty now
Change-Id: If813d937879a814fe89921fdc81af3e71b2a521f
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/clipping.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/clipping.cxx b/vcl/source/window/clipping.cxx index 31893b97ddbc..821db35e82c1 100644 --- a/vcl/source/window/clipping.cxx +++ b/vcl/source/window/clipping.cxx @@ -801,10 +801,6 @@ void Window::SaveBackground( const Point& rPos, const Size& rSize, rSaveDevice.DrawOutDev( rDestOff, rSize, rPos, rSize, *this ); } -void Window::ImplInvalidateAllOverlapBackgrounds() -{ -} - } /* namespace vcl */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |