diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-03 11:18:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-03 14:12:25 +0000 |
commit | 19ce5fa563f30a9147c0d3d903a5c556062a73be (patch) | |
tree | 18f3563f9c9c27c67ef76c7518b01035559c9a52 /include/tools | |
parent | 36cf76c7e98fb6a16980efb1ac801c8d0d99996b (diff) |
WB_PINABLE isn't set anywhere
Change-Id: I6acc4b9dc87dd6023b5ad7013bc27180d6e0db6c
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/wintypes.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 0d8e9b7c873c..7324ee0d8979 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -130,7 +130,6 @@ WinBits const WB_ROLLABLE = 0x00000200; WinBits const WB_CLOSEABLE = 0x00000400; WinBits const WB_STANDALONE = 0x00000800; WinBits const WB_APP = 0x00001000; -WinBits const WB_PINABLE = 0x00002000; WinBits const WB_SYSTEMWINDOW = SAL_CONST_INT64(0x40000000); // warning: do not confuse WB_SYSTEMCHILDWINDOW with the SystemChildWindow class // |