From: seoz Date: Fri, 29 Apr 2011 12:37:31 +0000 (+0000) Subject: Elementary map: Fixed warning. X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b241f7aff0316fcddaa525e309fc8980c05a189;p=framework%2Fuifw%2Felementary.git Elementary map: Fixed warning. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59036 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/test_map.c b/src/bin/test_map.c index 42f308f..741222a 100644 --- a/src/bin/test_map.c +++ b/src/bin/test_map.c @@ -22,7 +22,6 @@ static Elm_Map_Marker *markers[MARKER_MAX]; static Elm_Map_Marker *route_from, *route_to; static Elm_Map_Route *route; static Elm_Map_Name *name; -static Eina_List *names; Marker_Data data1 = {PACKAGE_DATA_DIR"/images/logo.png"}; Marker_Data data2 = {PACKAGE_DATA_DIR"/images/logo_small.png"};