diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 11:13:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 21:29:54 +0200 |
commit | 128282219cab1e94f092276067a40ee5a34b59ff (patch) | |
tree | e4140b57021b052fc5a92665e147d5ba221192e3 /include | |
parent | d5329c153149d29b25f1ec9d19ada8b62e350b6d (diff) |
WB_FLATSPLITDRAW is dead
since
commit 2235846149e89dd9fe83cd4fbaf32908983aa571
Date: Tue Nov 23 18:50:48 2010 +0100
vcl117: reduce duplication of enums
Change-Id: Ib9c8015934bc794df4b96cd35f5f93b23f372f70
Reviewed-on: https://gerrit.libreoffice.org/41386
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-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 1fb95291e028..a6b3826698fa 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -219,7 +219,6 @@ WinBits const WB_DOCKBORDER = 0x00001000; // Window-Bits for SplitWindow WinBits const WB_NOSPLITDRAW = 0x01000000; -WinBits const WB_FLATSPLITDRAW = 0x02000000; // Window-Bits for MessageBoxen WinBits const WB_OK = 0x00100000; |