From: shobhitv Date: Wed, 29 Jan 2025 06:24:06 +0000 (+0530) Subject: [ITC][widget-viewer-evas][Non-ACR] Removed unused variables X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e88834d8820e5a3d8888c272cd74e59b43f84d0;p=test%2Ftct%2Fnative%2Fapi.git [ITC][widget-viewer-evas][Non-ACR] Removed unused variables Change-Id: I90619ec3444e445fe29f60037c70bcc0d41e9907 Signed-off-by: shobhitv --- diff --git a/src/itc/widget_viewer_evas/ITs-widget_viewer_evas.c b/src/itc/widget_viewer_evas/ITs-widget_viewer_evas.c index caa13b09d..be88621c6 100755 --- a/src/itc/widget_viewer_evas/ITs-widget_viewer_evas.c +++ b/src/itc/widget_viewer_evas/ITs-widget_viewer_evas.c @@ -65,7 +65,7 @@ static void widget_create_cb(void *data, Evas_Object *obj, void *event_info) static int WidgetViewerGetInstanceID(Evas_Object *widget) { FPRINTF("[Line: %d][%s] WidgetViewerGetInstanceID called. \\n", __LINE__, API_NAMESPACE); - const char *instance_id; + const char *instance_id; instance_id = widget_viewer_evas_get_widget_instance_id(widget); if( (int) instance_id == 0 ) @@ -189,7 +189,6 @@ int ITc_widget_viewer_evas_get_widget_id_p(void) Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -419,7 +418,6 @@ int ITc_widget_viewer_evas_pause_widget_p(void) START_TEST; Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -482,7 +480,6 @@ int ITc_widget_viewer_evas_resume_widget_p(void) START_TEST; Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -544,7 +541,6 @@ int ITc_widget_viewer_evas_feed_mouse_up_event_p(void) START_TEST; Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -607,7 +603,6 @@ int ITc_widget_viewer_evas_thaw_visibility_p(void) START_TEST; Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -670,7 +665,6 @@ int ITc_widget_viewer_evas_get_title_string_p(void) Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -733,7 +727,6 @@ int ITc_widget_viewer_evas_freeze_visibility_p(void) START_TEST; Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -1067,7 +1060,6 @@ int ITc_widget_viewer_evas_activate_faulted_widget_p(void) Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL ) @@ -1132,7 +1124,6 @@ int ITc_widget_viewer_evas_get_content_info_p(void) Evas_Object *widget; int w, h; - int nTimeoutId = 0; bundle *b; int len; char *content_info = NULL; @@ -1218,7 +1209,6 @@ int ITc_widget_viewer_evas_get_widget_instance_id_p(void) Evas_Object *widget; int w, h; - int nTimeoutId = 0; widget = widget_viewer_evas_add_widget(g_win, TEST_SAMPLE_APPID, NULL, 0.0f); if ( widget == NULL )