diff --git a/atk/atkplug.c b/atk/atkplug.c index 4b26b4725b196c4df63db1a2ce878e188fd66efb..ba6f122519b976e35435daeaa0a334e296ccc897 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 a012f18ac46248dd7df1b41181fca860f0f4f87c..2517b5233b1d71908c11e34974b15dbef06e3877 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);