From cd8d3fef9569f7ff9973ab466f914944af6829ab Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Mon, 6 Jul 2009 13:35:01 +0200 Subject: More coding style fixes - now in widget stuff --- src/widget/widget_container.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widget/widget_container.h') diff --git a/src/widget/widget_container.h b/src/widget/widget_container.h index 7b7708d..5ee5784 100644 --- a/src/widget/widget_container.h +++ b/src/widget/widget_container.h @@ -1,12 +1,10 @@ #ifndef WIDGET_CONTAINER_H - #define WIDGET_CONTAINER_H #include "list.h" #include "widget.h" typedef struct widget_container { - list_t *listWidget; } widget_container_t; -- cgit v1.2.3