From d102d36dff376f6dfffcb2914914e0911cee8fbe Mon Sep 17 00:00:00 2001 From: Guillaume Zajac Date: Mon, 17 Sep 2012 10:59:44 +0200 Subject: [PATCH] Remove unused headers --- include/legacy/TelUtility.h | 165 ----------------------------------- packaging/tel-plugin-imc-pr3.changes | 3 + src/desc_imc_pr3.c | 3 - 3 files changed, 3 insertions(+), 168 deletions(-) delete mode 100644 include/legacy/TelUtility.h diff --git a/include/legacy/TelUtility.h b/include/legacy/TelUtility.h deleted file mode 100644 index eb056e2..0000000 --- a/include/legacy/TelUtility.h +++ /dev/null @@ -1,165 +0,0 @@ -/* - * libslp-tapi - * - * Copyright (c) 2011 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: Kyeongchul Kim - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** -* @open -* @ingroup TelephonyAPI -* @addtogroup COMMON_TAPI COMMON -* @{ -* -* @file TelUtility.h - - @brief This file serves as a "C" header file defines structures for Utility Services. \n - It contains a sample set of constants, enums, structs that would be required by applications. - */ - -#ifndef _TEL_UTILITY_H_ -#define _TEL_UTILITY_H_ -/*================================================================================================== - INCLUDE FILES -==================================================================================================*/ -#ifdef __cplusplus -extern "C" -{ -#endif - -/*================================================================================================== - CONSTANTS -==================================================================================================*/ - - -/*================================================================================================== - MACROS -==================================================================================================*/ -#define INVALID_REQUEST_ID -1 /**< Invalid RequestId Value */ - - -/*================================================================================================== - ENUMS -==================================================================================================*/ -/** -* @enum TapiResult_t -* Below enumerations are the return codes of TAPI API's -*/ -typedef enum -{ - TAPI_API_SUCCESS = 0, /** submit/2.0_beta/2012-09-17.090340@f75a07b +- Remove unused headers + * Mon Sep 16 2012 Guillaume Zajac 6179dfa - Initial commit diff --git a/src/desc_imc_pr3.c b/src/desc_imc_pr3.c index 423c064..0792876 100644 --- a/src/desc_imc_pr3.c +++ b/src/desc_imc_pr3.c @@ -31,9 +31,6 @@ #include #include -#include -#include -#include #include #include -- 2.7.4