diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-10 10:44:14 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:45 +0200 |
commit | 7e9d3e4b685f0e92979af2f595be6cd336b5dbd6 (patch) | |
tree | a40d4618c0f576e20297b880f3bfb6aacc3ee511 /src/mm-plugin-base.h | |
parent | aaa487094e140583c4e652c8f59e38431d77b865 (diff) |
plugin-base: method to get device IDs doesn't need to be public
Given the new pre-probing filters, the IDs are no longer retrieved by the
plugins.
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index c5d9bbad..804f706f 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -75,10 +75,5 @@ struct _MMPluginBaseClass { GType mm_plugin_base_get_type (void); -gboolean mm_plugin_base_get_device_ids (MMPluginBase *self, - const char *subsys, - const char *name, - guint16 *vendor, - guint16 *product); #endif /* MM_PLUGIN_BASE_H */ |