diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 18:17:04 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 18:17:04 -0400 |
| commit | 22db738dd13fc8a7eae6188698ab82a803b9ec76 (patch) | |
| tree | 92dde89ba29b7c2c77eb7d3c27419098ae22e707 /new/uipriv_unix.h | |
| parent | 1a525dea313bc78d707b6678f76c7355445d4a87 (diff) | |
Migrated the GTK+ backend to the new uiControl/uiSizing system.
Diffstat (limited to 'new/uipriv_unix.h')
| -rw-r--r-- | new/uipriv_unix.h | 3 |
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)) |
