summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2021-08-05 10:05:47 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2021-08-05 10:05:47 +0900
commitc8dba84d27301c4d25e69eeea0d31b631c31ae55 (patch)
tree687683f52d99a1d0587e1824dd17ee82de984ed5
parent30ed02ed7c9d6be09658939dbe4573a3dfcea5f2 (diff)
downloadise-default-c8dba84d27301c4d25e69eeea0d31b631c31ae55.tar.gz
ise-default-c8dba84d27301c4d25e69eeea0d31b631c31ae55.tar.bz2
ise-default-c8dba84d27301c4d25e69eeea0d31b631c31ae55.zip
Remove unused code
Change-Id: I99f6b964b88296424bf110f569ad8f7ef0500431 Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r--src/ise.cpp6
1 files changed, 0 insertions, 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();