From c8dba84d27301c4d25e69eeea0d31b631c31ae55 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 5 Aug 2021 10:05:47 +0900 Subject: [PATCH] Remove unused code Change-Id: I99f6b964b88296424bf110f569ad8f7ef0500431 Signed-off-by: Jihoon Kim --- src/ise.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ise.cpp b/src/ise.cpp index 4f8f394..23f6d31 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -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(); -- 2.7.4