summaryrefslogtreecommitdiff
path: root/src/widget/widget_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/widget_container.h')
-rw-r--r--src/widget/widget_container.h2
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;