From befaaa3165091d4fce21fe6e5f5781e3d6ea242b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 May 2020 19:28:40 +0100 Subject: WB_LISTBOX_POPUP is newly unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I97a52499e1fda8a9426e6956e3e925e0572c41ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94886 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/tools/wintypes.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/tools') diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 865d62c9e802..58050521c8cb 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -205,8 +205,6 @@ WinBits const WB_IGNORETAB = 0x20000000; // Window-Bits for ListBox and MultiListBox WinBits const WB_SIMPLEMODE = 0x20000000; -// Special case where the listbox is used as a dropdown popup (not a combobox) -WinBits const WB_LISTBOX_POPUP = 0x40000000; // Window-Bits for FixedBitmap WinBits const WB_SCALE = 0x08000000; -- cgit