Remove unused code 37/262237/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 5 Aug 2021 01:05:47 +0000 (10:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 5 Aug 2021 01:05:47 +0000 (10:05 +0900)
Change-Id: I99f6b964b88296424bf110f569ad8f7ef0500431
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise.cpp

index 4f8f394..23f6d31 100644 (file)
@@ -2001,12 +2001,6 @@ ise_create()
             sclboolean succeeded = FALSE;
 
             const sclchar *entry_path = MAIN_ENTRY_XML_PATH;
-            int nwidth  = 0;
-            int nheight = 0;
-            CSCLUtils *utils = CSCLUtils::get_instance();
-            if (utils) {
-                utils->get_screen_resolution(&nwidth, &nheight);
-            }
             _language_manager.set_resource_file_path(entry_path);
             const sclchar *resource_file_path = _language_manager.get_resource_file_path();