summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-30 19:33:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-01 08:11:21 +0000
commit3ce65a05a59cae95e5758bd626f911ac46428a83 (patch)
tree346d9b16fe9008bccfeb4aa7f9ac1e9880281f84 /vcl/inc
parent90826f783bc2c6b2a93d67fc89a99d146a7886bf (diff)
nothing sets mpSaveBackDev anymore
Change-Id: I6be6a1cbcb63510469d8c419433bf05bf4fde6e5
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 2b8d8481848e..1860655575ae 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -104,7 +104,6 @@ struct ImplWinData
struct ImplOverlapData
{
- VclPtr<VirtualDevice> mpSaveBackDev; //< saved background bitmap
vcl::Region* mpSaveBackRgn; //< saved region, which must be invalidated
VclPtr<vcl::Window> mpNextBackWin; //< next window with saved background
};