From f30f14b9189fbe46b1e737cf81a5d3e610e3d626 Mon Sep 17 00:00:00 2001 From: KerstinKeller Date: Mon, 3 Feb 2025 16:51:23 +0100 Subject: [PATCH] [core] remove function declaration without implementation The implementation was removed in a previous PR. --- ecal/core/include/ecal/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ecal/core/include/ecal/config.h b/ecal/core/include/ecal/config.h index f1f33523c4..2e931dab70 100644 --- a/ecal/core/include/ecal/config.h +++ b/ecal/core/include/ecal/config.h @@ -95,13 +95,6 @@ namespace eCAL ///////////////////////////////////// ECAL_API std::string GetEcalSysFilterExcludeList (); - - ///////////////////////////////////// - // publisher - ///////////////////////////////////// - - ECAL_API bool IsTopicTypeSharingEnabled (); - ECAL_API bool IsTopicDescriptionSharingEnabled (); ///////////////////////////////////// // subscriber