mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 08:02:06 +00:00
trivial: Remove unused functionality
This commit is contained in:
parent
3ccce7151e
commit
e9dfeb49c1
@ -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));
|
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
|
void
|
||||||
fu_plugin_set_smbios (FuPlugin *self, FuSmbios *smbios)
|
fu_plugin_set_smbios (FuPlugin *self, FuSmbios *smbios)
|
||||||
{
|
{
|
||||||
|
@ -91,7 +91,6 @@ gboolean fu_plugin_get_enabled (FuPlugin *self);
|
|||||||
void fu_plugin_set_enabled (FuPlugin *self,
|
void fu_plugin_set_enabled (FuPlugin *self,
|
||||||
gboolean enabled);
|
gboolean enabled);
|
||||||
GUsbContext *fu_plugin_get_usb_context (FuPlugin *self);
|
GUsbContext *fu_plugin_get_usb_context (FuPlugin *self);
|
||||||
GPtrArray *fu_plugin_get_supported (FuPlugin *self);
|
|
||||||
void fu_plugin_device_add (FuPlugin *self,
|
void fu_plugin_device_add (FuPlugin *self,
|
||||||
FuDevice *device);
|
FuDevice *device);
|
||||||
void fu_plugin_device_remove (FuPlugin *self,
|
void fu_plugin_device_remove (FuPlugin *self,
|
||||||
|
Loading…
Reference in New Issue
Block a user