diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/wintypes.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 39e23202b00f..3c53438c4384 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -213,9 +213,6 @@ WinBits const WB_SCALE = 0x08000000; WinBits const WB_LINESPACING = 0x01000000; WinBits const WB_SCROLL = 0x02000000; -// Window-Bits for DockingWindows -WinBits const WB_DOCKBORDER = 0x00001000; - // Window-Bits for SplitWindow WinBits const WB_NOSPLITDRAW = 0x01000000; |