From 213fc79a849b9161ca16f5115d59e16598f4ef77 Mon Sep 17 00:00:00 2001 From: Radoslaw Czerski Date: Fri, 11 Mar 2016 15:09:46 +0100 Subject: [PATCH] Unused variables removed. Change-Id: Ibd460bc2e9d176eff3cc6063aa4677cb9cc6d952 Signed-off-by: Radoslaw Czerski --- src/icon.c | 2 -- src/message.c | 1 - 2 files changed, 3 deletions(-) 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; -- 2.7.4