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 /include | |
parent | aa09ea1ee2937a8933ea30e4cd86a55e473690e3 (diff) |
ImplInvalidateAllOverlapBackgrounds is empty now
Change-Id: If813d937879a814fe89921fdc81af3e71b2a521f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 00880479f44f..52874b798031 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -627,8 +627,6 @@ protected: SAL_DLLPRIVATE void ImplScroll( const Rectangle& rRect, long nHorzScroll, long nVertScroll, ScrollFlags nFlags ); - SAL_DLLPRIVATE void ImplInvalidateAllOverlapBackgrounds(); - SAL_DLLPRIVATE bool ImplSetClipFlagChildren( bool bSysObjOnlySmaller = false ); SAL_DLLPRIVATE bool ImplSetClipFlagOverlapWindows( bool bSysObjOnlySmaller = false ); |