diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-06-17 19:44:57 +0200 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-06-17 19:44:57 +0200 |
commit | b1f70e81ef1d7287dcb2cafa9a115ff5752ece55 (patch) | |
tree | 4d2f770ec19d7c20efb8ad6371bbee8f0e6443bb /atk/atkdocument.h | |
parent | 3a916200a842b7017688bca50d29356c5ccf2834 (diff) | |
download | atk-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/atkdocument.h')
-rwxr-xr-x | atk/atkdocument.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/atk/atkdocument.h b/atk/atkdocument.h index 685a0f7..ee1ae43 100755 --- a/atk/atkdocument.h +++ b/atk/atkdocument.h @@ -59,11 +59,6 @@ struct _AtkDocumentIface gboolean ( *set_document_attribute) (AtkDocument *document, const gchar *attribute_name, const gchar *attribute_value); - - AtkFunction pad1; - AtkFunction pad2; - AtkFunction pad3; - AtkFunction pad4; }; GType atk_document_get_type (void); |