[ITC][widget-viewer-evas][Non-ACR] Removed unused variables 69/318869/2
authorshobhitv <shobhit.v@samsung.com>
Wed, 29 Jan 2025 06:24:06 +0000 (11:54 +0530)
committershobhitv <shobhit.v@samsung.com>
Wed, 29 Jan 2025 06:28:37 +0000 (11:58 +0530)
Change-Id: I90619ec3444e445fe29f60037c70bcc0d41e9907
Signed-off-by: shobhitv <shobhit.v@samsung.com>
src/itc/widget_viewer_evas/ITs-widget_viewer_evas.c

index caa13b09d1d06b0d30717fed215dc211595d50b9..be88621c6d010c146e37da7f6f3e78194e1ea822 100755 (executable)
@@ -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 )