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
commitf79597872b250d5ccae80f55ccc81810a88d24cd (patch)
treeb6351a618e70e40da7e6aad2da27e3784f8095cc /navit/layout.h
parentdddaf007b4309185c1e742e2329e57a7394b9fb4 (diff)
downloadnavit-svn-f79597872b250d5ccae80f55ccc81810a88d24cd.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 a0254d4e..887c7649 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);