EFL fixes make this not needed

This commit is contained in:
Andy Williams 2017-01-28 12:57:55 +00:00
parent b85f66f14a
commit bc3ef23a3d
2 changed files with 0 additions and 4 deletions

View File

@ -39,8 +39,6 @@ _edi_logpanel_print_cb(const Eina_Log_Domain *domain, Eina_Log_Level level,
if (_edi_logpanel_ignore(level, fnc))
return;
// TODO figure why we get repains
return;
printed = snprintf(buffer, buffer_len, "%s:%s:%s (%d): ",
domain->domain_str, file, fnc, line);
vsnprintf(buffer + printed, buffer_len - printed, fmt, args);

View File

@ -726,9 +726,7 @@ _clang_show_highlighting(Edi_Editor *editor)
break;
case CXToken_Keyword:
case CXToken_Literal:
break;
case CXToken_Comment:
type = ELM_CODE_TOKEN_TYPE_COMMENT;
break;
}