diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 11:00:29 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:46 +0200 |
commit | 624a1e9087a7020824a94914d3989ebf00093c07 (patch) | |
tree | eba802903948ef53188c0a9f832e4bf6c625a91b | |
parent | 6e3d90e2a4cd0a5b863748b88ab67e959f47f0f6 (diff) |
plugin: remove obsolete comment
-rw-r--r-- | src/mm-plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 7a1f49c2..3771272a 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -493,9 +493,7 @@ mm_plugin_supports_port (MMPlugin *self, g_assert (probe); /* Before launching any probing, check if the port is a net device (which - * cannot be probed). - * TODO: With the new defer-until-suggested we probably don't need the modem - * object being passed down here just for this. */ + * cannot be probed). */ if (g_str_equal (g_udev_device_get_subsystem (port), "net")) { g_simple_async_result_set_op_res_gpointer ( async_result, |