aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r--src/mm-plugin.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h
index 47cf8572..3643cc50 100644
--- a/src/mm-plugin.h
+++ b/src/mm-plugin.h
@@ -36,17 +36,6 @@ typedef struct _MMPlugin MMPlugin;
typedef MMPlugin *(*MMPluginCreateFunc) (void);
-/*
- * 'level' is a value between 0 and 100 inclusive, where 0 means the plugin has
- * no support for the port, and 100 means the plugin has full support for the
- * port.
- */
-typedef void (*MMSupportsPortResultFunc) (MMPlugin *plugin,
- const char *subsys,
- const char *name,
- guint32 level,
- gpointer user_data);
-
typedef enum {
MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED = 0x0,
MM_PLUGIN_SUPPORTS_PORT_DEFER,