trivial: Remove unused functionality

This commit is contained in:
Richard Hughes 2018-11-14 09:36:08 +00:00
parent 3ccce7151e
commit e9dfeb49c1
2 changed files with 0 additions and 18 deletions

View File

@ -741,23 +741,6 @@ fu_plugin_lookup_quirk_by_id_as_uint64 (FuPlugin *self, const gchar *group, cons
return fu_common_strtoull (fu_plugin_lookup_quirk_by_id (self, group, key));
}
/**
* fu_plugin_get_supported:
* @self: A #FuPlugin
*
* Gets all the device GUIDs supported by the daemon.
*
* Returns: (element-type utf8) (transfer none): GUIDs
*
* Since: 1.0.0
**/
GPtrArray *
fu_plugin_get_supported (FuPlugin *self)
{
FuPluginPrivate *priv = GET_PRIVATE (self);
return priv->supported_guids;
}
void
fu_plugin_set_smbios (FuPlugin *self, FuSmbios *smbios)
{

View File

@ -91,7 +91,6 @@ gboolean fu_plugin_get_enabled (FuPlugin *self);
void fu_plugin_set_enabled (FuPlugin *self,
gboolean enabled);
GUsbContext *fu_plugin_get_usb_context (FuPlugin *self);
GPtrArray *fu_plugin_get_supported (FuPlugin *self);
void fu_plugin_device_add (FuPlugin *self,
FuDevice *device);
void fu_plugin_device_remove (FuPlugin *self,