diff --git a/src/comm/QGCSerialPortInfo.h b/src/comm/QGCSerialPortInfo.h
index 71398d5009f130d4a837eb564701f7daf203ac5f..0148da2f0747de614859a00fe69f5c7f42a91085 100644
--- a/src/comm/QGCSerialPortInfo.h
+++ b/src/comm/QGCSerialPortInfo.h
@@ -35,39 +35,6 @@ public:
         BoardTypeUnknown
     } BoardType_t;
 
-    // Vendor and products ids for the boards we care about
-
-    static const int px4VendorId =                          9900;   ///< Vendor ID for all Pixhawk boards and PX4 Flow
-    static const int pixhawkFMUV4ProductId =                18;     ///< Product ID for Pixhawk V4 board
-    static const int pixhawkFMUV4ProProductId =             19;     ///< Product ID for Pixhawk V4 Pro board
-    static const int pixhawkFMUV2ProductId =                17;     ///< Product ID for Pixhawk V2 board
-    static const int pixhawkFMUV2OldBootloaderProductId =   22;     ///< Product ID for Bootloader on older Pixhawk V2 boards
-    static const int pixhawkFMUV1ProductId =                16;     ///< Product ID for PX4 FMU V1 board
-    static const int auavx2_1FMUV2ProductId =               33;     ///< Product ID for AUAV X2.1 FMU V2 board
-
-    static const int AeroCoreProductId =                    4097;   ///< Product ID for the AeroCore board
-    
-    static const int px4FlowProductId =                     21;     ///< Product ID for PX4 Flow board
-
-    static const int MindPXFMUV2ProductId =                 48;     ///< Product ID for the MindPX V2 board
-    static const int TAPV1ProductId =                       64;     ///< Product ID for the TAP V1 board
-    static const int ASCV1ProductId =                       65;     ///< Product ID for the ASC V1 board
-
-    static const int threeDRRadioVendorId =                 1027;   ///< Vendor ID for 3DR Radio
-    static const int threeDRRadioProductId =                24597;  ///< Product ID for 3DR Radio
-
-    static const int siLabsRadioVendorId =                  0x10c4; ///< Vendor ID for SILabs Radio
-    static const int siLabsRadioProductId =                 0xea60; ///< Product ID for SILabs Radio
-
-    static const int ubloxRTKVendorId =                     5446;   ///< Vendor ID for ublox RTK
-    static const int ubloxRTKProductId =                    424;    ///< Product ID for ublox RTK
-
-    static const int openpilotVendorId =                    0x20A0; ///< Vendor ID for OpenPilot
-    static const int revolutionProductId =                  0x415E; ///< Product ID for OpenPilot Revolution
-    static const int oplinkProductId =                      0x415C; ///< Product ID for OpenPilot OPLink
-    static const int sparky2ProductId =                     0x41D0; ///< Product ID for Taulabs Sparky2
-    static const int CC3DProductId =                        0x415D; ///< Product ID for OpenPilot CC3D
-
     QGCSerialPortInfo(void);
     QGCSerialPortInfo(const QSerialPort & port);