X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Faweather-location.h;h=1c3966850acdc45d3369612ad4e53352045e7282;hp=b030f04b4d9caeb82aa58c58b97f1ae3b6c1e450;hb=d01fb11de5bcf91224348bf41abb6788d0af2545;hpb=372f8b7c6c2f487508fd345a83b92c709c94baa1 diff --git a/src/aweather-location.h b/src/aweather-location.h index b030f04..1c39668 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.h @@ -27,16 +27,9 @@ typedef struct { int type; char *code; char *label; - struct { - gint north; - gint ne; - gint east; - gint se; - gint south; - gint sw; - gint west; - gint nw; - } neighbors; + double lat; + double lon; + double elev; } city_t; extern city_t cities[];