projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b992ebe
)
Remove unused variables.
38/41438/2
author
Sungmin Kwak
<sungmin.kwak@samsung.com>
Tue, 31 Mar 2015 13:48:22 +0000
(22:48 +0900)
committer
Li Zhang
<li2012.zhang@samsung.com>
Wed, 17 Jun 2015 09:12:51 +0000
(17:12 +0800)
Change-Id: Ib8c8011fd8306b9cdc344c9cc8353d06151869b3
ism/src/scim_helper_module.cpp
patch
|
blob
|
history
diff --git
a/ism/src/scim_helper_module.cpp
b/ism/src/scim_helper_module.cpp
index 3a7df7d04bb1f5d19e626c42b069a99c7f04e0ae..563f48f313342ae742d4036307feae6627fc989a 100644
(file)
--- a/
ism/src/scim_helper_module.cpp
+++ b/
ism/src/scim_helper_module.cpp
@@
-128,8
+128,6
@@
HelperModule::get_helper_info (unsigned int idx, HelperInfo &info) const
if (m_module.valid () && m_run_helper && appid.length () > 0) {
std::vector<ImeInfoDB> ime_info;
std::vector<ImeInfoDB>::iterator iter;
- bool valid = false;
- size_t i = 0;
isf_db_select_all_ime_info (ime_info);
for (iter = ime_info.begin (); iter != ime_info.end (); iter++) {