aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-component.h')
-rw-r--r--addressbook/gui/component/addressbook-component.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-component.h b/addressbook/gui/component/addressbook-component.h
index 4208994117..e5119295b3 100644
--- a/addressbook/gui/component/addressbook-component.h
+++ b/addressbook/gui/component/addressbook-component.h
@@ -36,7 +36,6 @@
#define ADDRESSBOOK_IS_COMPONENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), ADDRESSBOOK_TYPE_COMPONENT))
#define ADDRESSBOOK_IS_COMPONENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), ADDRESSBOOK_TYPE_COMPONENT))
-
typedef struct _AddressbookComponent AddressbookComponent;
typedef struct _AddressbookComponentPrivate AddressbookComponentPrivate;
typedef struct _AddressbookComponentClass AddressbookComponentClass;
@@ -53,7 +52,6 @@ struct _AddressbookComponentClass {
POA_GNOME_Evolution_Component__epv epv;
};
-
GType addressbook_component_get_type (void);
AddressbookComponent *addressbook_component_peek (void);