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:
Mario Limonciello 2019-08-14 10:36:25 -05:00
parent c6db17fd6a
commit 63eb12a241

View File

@ -46,8 +46,6 @@ typedef enum {
SYNAPTICSMST_CHIP_KIND_LAST SYNAPTICSMST_CHIP_KIND_LAST
} SynapticsMSTChipKind; } SynapticsMSTChipKind;
#define CUSTOMERID_DELL 0x1
SynapticsMSTDevice *synapticsmst_device_new (SynapticsMSTDeviceKind kind, SynapticsMSTDevice *synapticsmst_device_new (SynapticsMSTDeviceKind kind,
const gchar *aux_node, const gchar *aux_node,
guint8 layer, guint8 layer,