eolian-cxx: Removed unused function

Removed unused function and consequent warning
This commit is contained in:
Felipe Magno de Almeida 2015-06-02 14:32:45 -03:00
parent 2017c8be95
commit 51d9760fe6
1 changed files with 0 additions and 7 deletions

View File

@ -107,13 +107,6 @@ _convert_eolian_parameters(Eina_Iterator *parameters,
return list;
}
static efl::eolian::parameters_container_type
_convert_eolian_parameters(Eolian_Function const& func, getter_t func_type)
{
return _convert_eolian_parameters
(::eolian_function_parameters_get(&func), func_type.value);
}
static efl::eolian::parameters_container_type
_convert_eolian_parameters(Eina_Iterator *parameters, getter_t func_type)
{