From cea833b0fd6219441950055b3782a29b4f30de4d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 13 Mar 2020 16:44:04 +0900 Subject: [PATCH] Remove unused code Change-Id: I3498174ececa2b2f0f14accbd63298d02f549e4f Signed-off-by: Jihoon Kim --- receiver/inc/ft.h | 1 - receiver/src/ft.cpp | 5 ----- 2 files changed, 6 deletions(-) diff --git a/receiver/inc/ft.h b/receiver/inc/ft.h index c6cbb63..a95204c 100644 --- a/receiver/inc/ft.h +++ b/receiver/inc/ft.h @@ -29,7 +29,6 @@ void accept_file(void); gboolean initialize_sap(void); void deinitialize_sap(void); -void sap_file_transfer_get_receive_filepath(char **filepath); void request_sticker_data(const char *mode, const char *category, const char *type); void request_sticker_feature(); diff --git a/receiver/src/ft.cpp b/receiver/src/ft.cpp index 7e8926b..02ee53f 100644 --- a/receiver/src/ft.cpp +++ b/receiver/src/ft.cpp @@ -286,11 +286,6 @@ void accept_file() file_on_progress = 1; } -void sap_file_transfer_get_receive_filepath(char **filepath) -{ - *filepath = strdup(sticker_data.file_path.c_str()); -} - void request_sticker_data(const char *mode, const char *category, const char *type) { JsonObject *j_object = json_object_new(); -- 2.7.4