scim_immodule: remove unused code

SVN revision: 68966
This commit is contained in:
Jihoon Kim 2012-03-07 14:52:22 +00:00
parent 91348bef4f
commit 6116b87103
1 changed files with 0 additions and 7 deletions

View File

@ -547,13 +547,6 @@ isf_imf_context_new(void)
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";
char *env;
Ecore_X_Display *display = ecore_x_display_get();
if (!display)
{
std::cerr << "ecore_x_display_get() failed !!!";
return NULL;
}
EcoreIMFContextISF *context_scim = new EcoreIMFContextISF;
if (context_scim == NULL)
{