summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-13 12:59:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-14 08:19:53 +0200
commite41f1df72991619a9a4b5f0015397d36c2353ee7 (patch)
treef1ffa10f4687c251be67550980f9e12ef96da97a /vcl/source
parentf0f8be40da13833cc518711251fcd990ea91e032 (diff)
callcatcher: remove unused SystemChildWindow::IsEraseBackgroundEnabled
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/syschild.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 341d7f3bfff8..f72decce183e 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -198,16 +198,6 @@ void SystemChildWindow::EnableEraseBackground( sal_Bool bEnable )
// -----------------------------------------------------------------------
-sal_Bool SystemChildWindow::IsEraseBackgroundEnabled()
-{
- if ( mpWindowImpl->mpSysObj )
- return mpWindowImpl->mpSysObj->IsEraseBackgroundEnabled();
- else
- return sal_False;
-}
-
-// -----------------------------------------------------------------------
-
void SystemChildWindow::ImplTestJavaException( void* pEnv )
{
#ifdef SOLAR_JAVA