From 63eb12a2415801b6cc30eb3ff652f1331fa650fc Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 14 Aug 2019 10:36:25 -0500 Subject: [PATCH] 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. --- plugins/synapticsmst/synapticsmst-device.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/synapticsmst/synapticsmst-device.h b/plugins/synapticsmst/synapticsmst-device.h index 401a22150..165d13bbf 100644 --- a/plugins/synapticsmst/synapticsmst-device.h +++ b/plugins/synapticsmst/synapticsmst-device.h @@ -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,