diff options
author | Aleksander Morgado <aleksander@gnu.org> | 2011-09-19 20:27:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:21 +0100 |
commit | 2b209554893b88443cb9295f8177c87b8ba6aa1f (patch) | |
tree | e42c6b364623069b280633c0eb37bcb0cf0016c2 /src/mm-plugin-base.c | |
parent | a1d2f200214c7f691e4df535490f51c398ca32d4 (diff) |
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.
Diffstat (limited to 'src/mm-plugin-base.c')
-rw-r--r-- | src/mm-plugin-base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c index 4186d43e..3bc0ac0c 100644 --- a/src/mm-plugin-base.c +++ b/src/mm-plugin-base.c @@ -508,7 +508,6 @@ port_probe_run_ready (MMPortProbe *probe, static MMPluginSupportsResult supports_port_finish (MMPlugin *self, GAsyncResult *result, - guint *level, GError **error) { g_return_val_if_fail (MM_IS_PLUGIN (self), |