diff options
-rw-r--r-- | src/ise.cpp | 6 |
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(); |