summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/window.hxx2
-rw-r--r--vcl/source/window/clipping.cxx4
2 files changed, 0 insertions, 6 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 );
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: */