efl_net_control_access_point-connman: Remove unused code

if the method is EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_UNSET, then
the function is returned before.
This commit is contained in:
Jaehyun Cho 2018-04-20 14:25:10 +09:00
parent 0bebd097b5
commit fcffd58223
1 changed files with 0 additions and 1 deletions

View File

@ -676,7 +676,6 @@ _efl_net_control_access_point_configuration_proxy_set(Eo *o, Efl_Net_Control_Acc
switch (method)
{
case EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_UNSET: goto error_send;
case EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_OFF:
_append_dict_entry(array, "Method", "s", "direct");
break;