ecore/scim-immodule: fix wrong upload in 70206

SVN revision: 70207
This commit is contained in:
Jihoon Kim 2012-04-16 06:02:52 +00:00
parent 2fb7be8fed
commit aee91d9851
1 changed files with 0 additions and 3 deletions

View File

@ -1120,8 +1120,6 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
if (attrs) if (attrs)
{ {
*attrs = NULL;
#if 0
if (mbs.length()) if (mbs.length())
{ {
int start_index, end_index; int start_index, end_index;
@ -1218,7 +1216,6 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
delete [] attrs_flag; delete [] attrs_flag;
} }
#endif
} }
} }
else else