include/vcl/toolkit/combobox.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 345738b9e6094d2d8f55c040c0d134d53adf3cf1
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Sat Nov 23 14:52:25 2024 +0100
Commit:     David Gilbert <freedesk...@treblig.org>
CommitDate: Sat Jan 18 01:17:31 2025 +0100

    tdf#152299 - Remove unused define(s) from C/C++ files
    
    Change-Id: I3749b9d198eb0f237de31ae479394f4e3800c973
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177137
    Tested-by: Jenkins
    Reviewed-by: David Gilbert <freedesk...@treblig.org>

diff --git a/include/vcl/toolkit/combobox.hxx b/include/vcl/toolkit/combobox.hxx
index 9e676601f8a8..2448626cd597 100644
--- a/include/vcl/toolkit/combobox.hxx
+++ b/include/vcl/toolkit/combobox.hxx
@@ -28,7 +28,6 @@
 #include <vcl/toolkit/edit.hxx>
 
 #define COMBOBOX_APPEND             (SAL_MAX_INT32)
-#define COMBOBOX_ENTRY_NOTFOUND     (SAL_MAX_INT32)
 #define COMBOBOX_MAX_ENTRIES        (SAL_MAX_INT32 - 1)
 
 class ImplBtn;

Reply via email to