summaryrefslogtreecommitdiff
path: root/vcl/inc/brdwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-03 11:28:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-03 14:12:25 +0000
commit95965d819e4e29de62d57f8e2b83159e7dcea13b (patch)
tree5b84ebbdd93517d535a230701e1764fefdca60f7 /vcl/inc/brdwin.hxx
parentcf8b7109c901fff155925aee014ba23c2917fb1c (diff)
BorderWindowHitTest::Pin is never set
Change-Id: Ic50dd49b1470d4ee233e781e8c951c10c84968fd
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r--vcl/inc/brdwin.hxx1
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> {};