summaryrefslogtreecommitdiff
path: root/new/uipriv_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv_unix.h')
-rw-r--r--new/uipriv_unix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h
index b51bda5..97e16e1 100644
--- a/new/uipriv_unix.h
+++ b/new/uipriv_unix.h
@@ -8,9 +8,6 @@
#include "ui_unix.h"
// container_unix.c
-struct uiSizing {
- uiSizingCommon
-};
#define uiContainerType (uiContainer_get_type())
#define uiContainer(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), uiContainerType, uiContainer))
#define uiIsContainer(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), uiContainerType))