Elementary map: Fixed warning.

SVN revision: 59036
This commit is contained in:
Daniel Juyung Seo 2011-04-29 12:37:31 +00:00
parent 72f19bf5c1
commit a66af23825
1 changed files with 0 additions and 1 deletions

View File

@ -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"};