summaryrefslogtreecommitdiff
path: root/atk/atkwindow.h
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-06-17 19:44:57 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-06-17 19:44:57 +0200
commitb1f70e81ef1d7287dcb2cafa9a115ff5752ece55 (patch)
tree4d2f770ec19d7c20efb8ad6371bbee8f0e6443bb /atk/atkwindow.h
parent3a916200a842b7017688bca50d29356c5ccf2834 (diff)
downloadatk-b1f70e81ef1d7287dcb2cafa9a115ff5752ece55.tar.gz
Removing pads from interfaces
Glib interfaces don't need padding in order to maintain the ABI, so removing as they are not needed.
Diffstat (limited to 'atk/atkwindow.h')
-rw-r--r--atk/atkwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/atk/atkwindow.h b/atk/atkwindow.h
index 7d14913..dfc38ba 100644
--- a/atk/atkwindow.h
+++ b/atk/atkwindow.h
@@ -44,8 +44,6 @@ typedef struct _AtkWindowIface AtkWindowIface;
struct _AtkWindowIface
{
GTypeInterface parent;
-
- gpointer _padding_dummy[16];
};
GType atk_window_get_type (void);