From 309cb0591610317dc63b204942ac54dfc470d610 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 30 Jan 2019 11:05:29 +0100 Subject: [PATCH] remove duplicated check for 'share/config/wizard' Change-Id: I46f274825a7be024c87ec9b3cc491c5dc91ffa14 Reviewed-on: https://gerrit.libreoffice.org/67116 Reviewed-by: Andras Timar Tested-by: Andras Timar --- kit/Kit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kit/Kit.cpp b/kit/Kit.cpp index 181c99d1f..f1846f9a4 100644 --- a/kit/Kit.cpp +++ b/kit/Kit.cpp @@ -154,7 +154,6 @@ namespace strcmp(path, "share/Scripts/java") != 0 && strcmp(path, "share/Scripts/javascript") != 0 && strcmp(path, "share/template") != 0 && - strcmp(path, "share/config/wizard") != 0 && strcmp(path, "share/config/wizard") != 0; default: // LinkOrCopyType::All return true;