From: Radoslaw Czerski Date: Fri, 11 Mar 2016 14:09:46 +0000 (+0100) Subject: Unused variables removed. X-Git-Tag: submit/tizen_mobile/20160419.064440~14^2~15^2~9^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=213fc79a849b9161ca16f5115d59e16598f4ef77;p=profile%2Fmobile%2Fapps%2Fnative%2Findicator.git Unused variables removed. Change-Id: Ibd460bc2e9d176eff3cc6063aa4677cb9cc6d952 Signed-off-by: Radoslaw Czerski --- diff --git a/src/icon.c b/src/icon.c index 51e21f5..3b6bfd7 100644 --- a/src/icon.c +++ b/src/icon.c @@ -32,8 +32,6 @@ #define PRIVATE_DATA_KEY_ICON_B_ANI "p_i_ba" -extern int current_angle; - #define ON_TIMER_ICON_ANIMATION_FRAME_TIME 0.3 #define UPLOAD_ICON_ANIMATION_SIGNAL "indicator.ani.uploading.%d" #define DOWNLOAD_ICON_ANIMATION_SIGNAL "indicator.ani.downloading.%d" diff --git a/src/message.c b/src/message.c index 37b5fc6..e9aaba7 100644 --- a/src/message.c +++ b/src/message.c @@ -50,7 +50,6 @@ static int msg_type = 0; static Ecore_Timer *msg_timer = NULL; static Ecore_Timer *ani_temp_timer = NULL; -extern int current_angle; static int block_width = 0; static int string_width = 0; static char* message_buf = NULL;