summaryrefslogtreecommitdiff
path: root/navit/layout.h
diff options
context:
space:
mode:
authorseralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-06 19:02:35 +0000
committerseralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-06 19:02:35 +0000
commite4e158a79773e32fac0f81d7e7968ae63e990516 (patch)
treeb6351a618e70e40da7e6aad2da27e3784f8095cc /navit/layout.h
parent0bcd75e466d199c47d77c1bb9d3f9e9aa3b36e90 (diff)
downloadnavit-e4e158a79773e32fac0f81d7e7968ae63e990516.tar.gz
Fix:core:Fixed various compiler warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/layout.h')
-rw-r--r--navit/layout.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/navit/layout.h b/navit/layout.h
index a0254d4e8..887c7649b 100644
--- a/navit/layout.h
+++ b/navit/layout.h
@@ -23,9 +23,6 @@
#include "item.h"
#include "color.h"
-struct element_line;
-struct element_text;
-
struct element {
enum { element_point, element_polyline, element_polygon, element_circle, element_text, element_icon, element_image, element_arrows } type;
struct color color;
@@ -64,18 +61,11 @@ struct itemgra {
GList *elements;
};
-struct color;
-
struct layer { char *name; int details; GList *itemgras; };
struct layout { char *name; char *font; struct color color; GList *layers; int order_delta; };
/* prototypes */
-enum item_type;
-struct element;
-struct itemgra;
-struct layer;
-struct layout;
struct layout *layout_new(struct attr *parent, struct attr **attrs);
int layout_add_attr(struct layout *layout, struct attr *attr);
struct layer *layer_new(struct attr *parent, struct attr **attrs);