summaryrefslogtreecommitdiff
path: root/framework/source/services/backingwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/backingwindow.cxx')
-rw-r--r--framework/source/services/backingwindow.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx
index 1117246d4ad2..8604d819f49e 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -209,14 +209,6 @@ void BackingWindow::GetFocus()
}
-class ImageContainerRes : public Resource
-{
- public:
- ImageContainerRes( const ResId& i_rId ) : Resource( i_rId ) {}
- ~ImageContainerRes() { FreeResource(); }
-};
-
-
IMPL_LINK( BackingWindow, WindowEventListener, VclSimpleEvent*, pEvent )
{
VclWindowEvent* pWinEvent = dynamic_cast<VclWindowEvent*>( pEvent );
@@ -279,9 +271,6 @@ void BackingWindow::initBackground()
{
SetBackground();
- // select image set
- ImageContainerRes aRes( FwkResId( RES_BACKING_IMAGES ) );
-
// scale middle segment
Size aMiddleSize;
if( !! maBackgroundMiddle )