diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-03 11:23:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-03 14:12:25 +0000 |
commit | 6fda9fae0cd80f7ba6a8c2fad1de6bc889737bd4 (patch) | |
tree | ceb3e48719cd9c9a081fa85a7c7e302109997d59 /vcl/inc | |
parent | 19ce5fa563f30a9147c0d3d903a5c556062a73be (diff) |
so maPinRect is always empty
Change-Id: Ia2ee10ead7068d4809f5a3ba8fbf01fdf6e4a1c9
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/brdwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index 3e02d049bf5f..25cc41acd76e 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -180,7 +180,6 @@ struct ImplBorderFrameData VclPtr<ImplBorderWindow> mpBorderWindow; VclPtr<OutputDevice> mpOutDev; Rectangle maTitleRect; - Rectangle maPinRect; Rectangle maCloseRect; Rectangle maRollRect; Rectangle maDockRect; |