remove elm_map_route_color_get/set

SVN revision: 69317
This commit is contained in:
Jiyoun Park 2012-03-14 06:51:35 +00:00
parent 3c2555dae5
commit ee45e2dd0f
1 changed files with 0 additions and 12 deletions

View File

@ -6014,18 +6014,6 @@ elm_map_marker_class_del_cb_set(Elm_Map_Marker_Class *clas, Elm_Map_Marker_Del_F
#endif
}
EAPI void
elm_map_route_color_set(Elm_Map_Route *route __UNUSED__, int r __UNUSED__, int g __UNUSED__, int b __UNUSED__, int a __UNUSED__)
{
return;
}
EAPI void
elm_map_route_color_get(const Elm_Map_Route *route __UNUSED__, int *r __UNUSED__, int *g __UNUSED__, int *b __UNUSED__, int *a __UNUSED__)
{
return;
}
EAPI void
elm_map_route_remove(Elm_Map_Route *route)
{