From 2b209554893b88443cb9295f8177c87b8ba6aa1f Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 19 Sep 2011 20:27:11 +0200 Subject: plugin-base: don't report numeric support level in the [0-100] range There is no single case where more than one plugin may end up wanting to support a given port, and therefore there is no need to report the numeric support level when reporting SUPPORTED. --- src/mm-plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mm-plugin.c') diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 4d075da1..26f40ae2 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -59,7 +59,6 @@ mm_plugin_supports_port (MMPlugin *self, MMPluginSupportsResult mm_plugin_supports_port_finish (MMPlugin *self, GAsyncResult *result, - guint *level, GError **error) { g_return_val_if_fail (MM_IS_PLUGIN (self), @@ -69,7 +68,6 @@ mm_plugin_supports_port_finish (MMPlugin *self, return MM_PLUGIN_GET_INTERFACE (self)->supports_port_finish (self, result, - level, error); } -- cgit v1.2.3-70-g09d2