diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-28 22:46:22 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:18 +0100 |
commit | 03fbdece7178d3b65e4a8ed2825dc45b4c9527ff (patch) | |
tree | c74bbe424786c96655de86ddefc60aa4e2ae1b9e | |
parent | b6203ab425651e78fdab0219b686c5e24a1bc661 (diff) |
plugin: remove unnecessary callback type
-rw-r--r-- | src/mm-plugin.h | 11 |
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, |