diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-03 11:28:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-03 14:12:25 +0000 |
commit | 95965d819e4e29de62d57f8e2b83159e7dcea13b (patch) | |
tree | 5b84ebbdd93517d535a230701e1764fefdca60f7 /vcl/inc/brdwin.hxx | |
parent | cf8b7109c901fff155925aee014ba23c2917fb1c (diff) |
BorderWindowHitTest::Pin is never set
Change-Id: Ic50dd49b1470d4ee233e781e8c951c10c84968fd
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-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 25cc41acd76e..27c2dc930a1a 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -58,7 +58,6 @@ enum class BorderWindowHitTest { Dock = 0x1000, Hide = 0x2000, Help = 0x4000, - Pin = 0x8000 }; namespace o3tl { template<> struct typed_flags<BorderWindowHitTest> : is_typed_flags<BorderWindowHitTest, 0xffff> {}; |