mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-23 21:07:33 +00:00
trivial: remove unnecessary CUSTOMERID_DELL define
This was previously used when the plugin was only run on Dell devices. The plugin was already adjusted to run on other vendor's firmware but this definition was not removed.
This commit is contained in:
parent
c6db17fd6a
commit
63eb12a241
@ -46,8 +46,6 @@ typedef enum {
|
||||
SYNAPTICSMST_CHIP_KIND_LAST
|
||||
} SynapticsMSTChipKind;
|
||||
|
||||
#define CUSTOMERID_DELL 0x1
|
||||
|
||||
SynapticsMSTDevice *synapticsmst_device_new (SynapticsMSTDeviceKind kind,
|
||||
const gchar *aux_node,
|
||||
guint8 layer,
|
||||
|
Loading…
Reference in New Issue
Block a user