revert temporary code 59/37759/1 submit/tizen/20150407.053946
authorSunggoo Kim <sung.goo.kim@samsung.com>
Fri, 3 Apr 2015 11:47:22 +0000 (20:47 +0900)
committerSunggoo Kim <sung.goo.kim@samsung.com>
Fri, 3 Apr 2015 11:47:22 +0000 (20:47 +0900)
Change-Id: I2e0fd4385d30ea742b8a1481161c2fe5c925e38b

client/ctsvc_client_service.c
include/contacts_service.h

index 7d9140e..b264f16 100644 (file)
@@ -225,9 +225,3 @@ API int contacts_disconnect_on_thread(void)
        return CONTACTS_ERROR_NONE;
 }
 
-// TODO: Remove
-API int contacts_connect2(void)
-{return CONTACTS_ERROR_NOT_SUPPORTED;}
-API int contacts_disconnect2(void)
-{return CONTACTS_ERROR_NOT_SUPPORTED;}
-
index 6cf3fca..af84601 100755 (executable)
@@ -173,11 +173,6 @@ int contacts_disconnect_on_thread(void);
  */
 int contacts_connect_with_flags(unsigned int flags);
 
-// TODO: Remove
-int contacts_connect2(void);
-int contacts_disconnect2(void);
-
-
 /**
  * @}
  */