diff options
| author | Michal Zima <xhire@tuxportal.cz> | 2009-07-06 13:35:01 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@tuxportal.cz> | 2009-07-06 13:35:01 +0200 |
| commit | cd8d3fef9569f7ff9973ab466f914944af6829ab (patch) | |
| tree | 659afe476d3ec193a474304451d6b53b898807b9 /src/widget/widget_container.h | |
| parent | 098ab4a0721b14837899001e9429156c6fc00119 (diff) | |
More coding style fixes - now in widget stuff
Diffstat (limited to 'src/widget/widget_container.h')
| -rw-r--r-- | src/widget/widget_container.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |