From 03fbdece7178d3b65e4a8ed2825dc45b4c9527ff Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 28 Feb 2012 22:46:22 +0100 Subject: plugin: remove unnecessary callback type --- src/mm-plugin.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src') 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, -- cgit v1.2.3-70-g09d2