Removes dangling API 12/179112/1
authorhyunho <hhstark.kang@samsung.com>
Wed, 16 May 2018 01:40:52 +0000 (10:40 +0900)
committerhyunho <hhstark.kang@samsung.com>
Wed, 16 May 2018 01:40:52 +0000 (10:40 +0900)
Change-Id: I2ecd32f3ecba5a61747fd7e9d0b0b8d8b716c495
Signed-off-by: hyunho <hhstark.kang@samsung.com>
watchface-complication-provider/watchface-complication-provider.cc

index 450dd98..11504d1 100755 (executable)
@@ -155,14 +155,6 @@ extern "C" EXPORT_API int watchface_complication_provider_remove_update_requeste
   return ws->RemoveCallbackInfo(cb);
 }
 
-extern "C" EXPORT_API int watchface_complication_provider_get_support_types(
-    const char *provider_id, int *types) {
-  if (provider_id == NULL || types == NULL)
-    return WATCHFACE_COMPLICATION_ERROR_INVALID_PARAMETER;
-
-  return 0;
-}
-
 extern "C" EXPORT_API int watchface_complication_provider_notify_update(
     const char *updated_provider_id) {
   if (updated_provider_id == NULL)