cui/source/inc/multipat.hxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit a49865c8dab0e8117bc37da6725efd6f6d6af8ae
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Fri Dec 31 17:19:00 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 7 08:10:59 2022 +0100

    Drop unused define CLASSPATH_DELIMITER
    
    since commit 200cc2d20a21ceb5d176604f9c384f15c6a87570 (2014)
    
    Change-Id: Idf0eb7b484eff26be6b341cbb217572eb8da7306
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127809
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/cui/source/inc/multipat.hxx b/cui/source/inc/multipat.hxx
index 3f747f21aadd..0cedd954a1a6 100644
--- a/cui/source/inc/multipat.hxx
+++ b/cui/source/inc/multipat.hxx
@@ -20,16 +20,6 @@
 
 #include <vcl/weld.hxx>
 
-// define ----------------------------------------------------------------
-
-// different delimiter for Unix (:) and Windows (;)
-
-#ifdef UNX
-#define CLASSPATH_DELIMITER ':'
-#else
-#define CLASSPATH_DELIMITER ';'
-#endif
-
 class SvxMultiPathDialog : public weld::GenericDialogController
 {
 private:

Reply via email to