summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Lane <iain@orangesquash.org.uk>2019-01-31 11:06:20 +0000
committerIain Lane <iain@orangesquash.org.uk>2019-01-31 11:06:20 +0000
commit9f129c26e07174787667ea1471defe418f3fc105 (patch)
tree7aedaf55b263499cd9917aebe4a8b7ef02581a46
parent8f807bedcf49fc4b3edc862a40c454a9d5452699 (diff)
parenta4eda40eba5754220c981e67f8f9c220a55976a0 (diff)
downloadatk-9f129c26e07174787667ea1471defe418f3fc105.tar.gz
Merge branch 'wip/no-redundant-decls' into 'master'
atkplug, atksocket: Fix -Wredundant-decls See merge request GNOME/atk!13
-rw-r--r--atk/atkplug.c2
-rw-r--r--atk/atksocket.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/atk/atkplug.c b/atk/atkplug.c
index 4b26b47..ba6f122 100644
--- a/atk/atkplug.c
+++ b/atk/atkplug.c
@@ -34,8 +34,6 @@
static void atk_component_interface_init (AtkComponentIface *iface);
-static void atk_plug_class_init (AtkPlugClass *klass);
-
G_DEFINE_TYPE_WITH_CODE (AtkPlug, atk_plug, ATK_TYPE_OBJECT,
G_IMPLEMENT_INTERFACE (ATK_TYPE_COMPONENT, atk_component_interface_init))
diff --git a/atk/atksocket.c b/atk/atksocket.c
index a012f18..2517b52 100644
--- a/atk/atksocket.c
+++ b/atk/atksocket.c
@@ -52,7 +52,6 @@
* functions will be implemented by the IPC layer.
*/
-static void atk_socket_class_init (AtkSocketClass *klass);
static void atk_socket_finalize (GObject *obj);
static void atk_component_interface_init (AtkComponentIface *iface);