From 61e38e3704e1a37c9e884897ca5597158725b202 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 26 Jun 2018 14:14:19 +0200 Subject: [PATCH] Remove useless file. --- coreapi/CMakeLists.txt | 1 - coreapi/dial_plan.c | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 coreapi/dial_plan.c diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index be6515224..a50605169 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -51,7 +51,6 @@ set(LINPHONE_SOURCE_FILES_C carddav.c chat.c contactprovider.c - dial_plan.c dict.c ec-calibrator.c echo-tester.c diff --git a/coreapi/dial_plan.c b/coreapi/dial_plan.c deleted file mode 100644 index 1688fde3b..000000000 --- a/coreapi/dial_plan.c +++ /dev/null @@ -1,21 +0,0 @@ -/* -linphone -Copyright (C) 2000 Simon MORLAT (simon.morlat@linphone.org) -*/ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -#include "linphone/core_utils.h"