From 22db738dd13fc8a7eae6188698ab82a803b9ec76 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 18:17:04 -0400 Subject: Migrated the GTK+ backend to the new uiControl/uiSizing system. --- new/uipriv_unix.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'new/uipriv_unix.h') 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)) -- cgit v1.2.3