From aacd1f7d516f634a0a4a7f12a4d3c2306bf12e68 Mon Sep 17 00:00:00 2001 From: jypark Date: Wed, 14 Mar 2012 06:51:35 +0000 Subject: [PATCH] remove elm_map_route_color_get/set git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69317 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_map.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/lib/elm_map.c b/src/lib/elm_map.c index f466b7a..8c00dbb 100644 --- a/src/lib/elm_map.c +++ b/src/lib/elm_map.c @@ -6015,18 +6015,6 @@ elm_map_marker_class_del_cb_set(Elm_Map_Marker_Class *clas, Elm_Map_Marker_Del_F } 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) { elm_map_route_del(route); -- 2.7.4