From b1f70e81ef1d7287dcb2cafa9a115ff5752ece55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 17 Jun 2013 19:44:57 +0200 Subject: Removing pads from interfaces Glib interfaces don't need padding in order to maintain the ABI, so removing as they are not needed. --- atk/atkaction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'atk/atkaction.h') diff --git a/atk/atkaction.h b/atk/atkaction.h index 68cb7a0..6991ab5 100755 --- a/atk/atkaction.h +++ b/atk/atkaction.h @@ -66,7 +66,6 @@ struct _AtkActionIface const gchar *desc); const gchar* (*get_localized_name)(AtkAction *action, gint i); - AtkFunction pad2; }; GType atk_action_get_type (void); -- cgit v1.2.1