summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpeas/peas-extension.c')
-rw-r--r--libpeas/peas-extension.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/libpeas/peas-extension.c b/libpeas/peas-extension.c
index 642b6b6..095591b 100644
--- a/libpeas/peas-extension.c
+++ b/libpeas/peas-extension.c
@@ -56,27 +56,3 @@
* Another reason is that it makes reference counting issues easier to deal
* with.
*/
-GType
-peas_extension_get_type (void)
-{
- return G_TYPE_OBJECT;
-}
-
-static G_DEFINE_QUARK (peas-extension-type, extension_type)
-
-/**
- * peas_extension_get_extension_type:
- * @exten: A #PeasExtension.
- *
- * Get the [alias@GObject.Type] of the extension proxied by @exten.
- *
- * Returns: The #GType proxied by @exten.
- *
- * Deprecated: 1.2.
- */
-GType
-peas_extension_get_extension_type (PeasExtension *exten)
-{
- return GPOINTER_TO_SIZE (g_object_get_qdata (G_OBJECT (exten),
- extension_type_quark ()));
-}