summaryrefslogtreecommitdiff
path: root/include/vcl/floatwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-30 19:26:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-01 08:11:19 +0000
commit01695131f3283d15e8fb803c7a342d0932d0e182 (patch)
tree531710c0d82e1e46dd3ed721261c985135bcd4bd /include/vcl/floatwin.hxx
parent30c4cc2f09144b80216bca03089970348126fb5e (diff)
Resolves: tdf#93821 assume mbNoSaveBackground as true everywhere
Change-Id: I126aa5e9b96299eb25c2240d097859b3c0756535
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r--include/vcl/floatwin.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index 61d724b1ed81..20b0688adc97 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -106,7 +106,6 @@ private:
bool mbPopupModeCanceled;
bool mbPopupModeTearOff;
bool mbMouseDown;
- bool mbOldSaveBackMode;
bool mbGrabFocus; // act as key input window, although focus is not set
bool mbInCleanUp;
Link<FloatingWindow*,void> maPopupModeEndHdl;