genesys: Remove unused #defines

merge-requests/213/head^2
Povilas Kanapickas 2020-04-17 05:38:44 +03:00
rodzic edda9bff25
commit d0855e513b
1 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -153,19 +153,6 @@
#define AFE_SET 2
#define AFE_POWER_SAVE 4
#define LOWORD(x) ((uint16_t)((x) & 0xffff))
#define HIWORD(x) ((uint16_t)((x) >> 16))
#define LOBYTE(x) ((uint8_t)((x) & 0xFF))
#define HIBYTE(x) ((uint8_t)((x) >> 8))
/* Global constants */
/* TODO: emove this leftover of early backend days */
#define MOTOR_SPEED_MAX 350
#define DARK_VALUE 0
#define MAX_RESOLUTIONS 13
#define MAX_DPI 4
namespace genesys {
class UsbDeviceEntry {