From 2aa5a7295137e74fd32fbcc261ccd321d3cda71b Mon Sep 17 00:00:00 2001 From: Sudha Bheemanna Date: Tue, 22 Mar 2016 15:03:49 +0530 Subject: [PATCH 1/1] [bt-agent] Fixed build errors Change-Id: I55a21c1c6ad35461bfc7ead160e16d36c3660eac Signed-off-by: Sudha Bheemanna --- hf-agent/bluetooth-hf-agent.c | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 hf-agent/bluetooth-hf-agent.c diff --git a/hf-agent/bluetooth-hf-agent.c b/hf-agent/bluetooth-hf-agent.c old mode 100644 new mode 100755 index 9ea77b9..a63fca0 --- a/hf-agent/bluetooth-hf-agent.c +++ b/hf-agent/bluetooth-hf-agent.c @@ -3332,13 +3332,10 @@ static uint32_t __bt_hf_agent_get_hf_features(void) int main(void) { struct sigaction sa; - const char *pkg_name = "org.tizen.hf_agent"; uint32_t hf_features; INFO("Starting Bluetooth HF agent"); - g_type_init(); - hf_features = __bt_hf_agent_get_hf_features(); bt_hf_info.feature = (uint16_t) hf_features & 0x3F; -- 2.7.4