mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 04:57:59 +00:00
trivial: Remove an unused Unifying vfunc
This commit is contained in:
parent
e755d6bb05
commit
7be4f138f3
@ -34,11 +34,6 @@ G_DECLARE_DERIVABLE_TYPE (LuDeviceBootloader, lu_device_bootloader, LU, DEVICE_B
|
||||
struct _LuDeviceBootloaderClass
|
||||
{
|
||||
LuDeviceClass parent_class;
|
||||
gboolean (*write_firmware) (LuDevice *device,
|
||||
GBytes *fw,
|
||||
GFileProgressCallback progress_cb,
|
||||
gpointer progress_data,
|
||||
GError **error);
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user