From b716c1a45760a79ea8a31d4296270d0605f669b7 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 13 Oct 2019 18:30:25 +0300 Subject: [PATCH] genesys: Remove duplicate definitions of SCAN_FLAG_* --- backend/genesys/gl843.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/backend/genesys/gl843.h b/backend/genesys/gl843.h index 121cce75e..4069b69ea 100644 --- a/backend/genesys/gl843.h +++ b/backend/genesys/gl843.h @@ -53,13 +53,6 @@ #define FAST_TABLE 3 /* table 4 at 0x5800 */ #define HOME_TABLE 4 /* table 5 at 0x6000 */ -#define SCAN_FLAG_SINGLE_LINE 0x001 -#define SCAN_FLAG_DISABLE_SHADING 0x002 -#define SCAN_FLAG_DISABLE_GAMMA 0x004 -#define SCAN_FLAG_DISABLE_BUFFER_FULL_MOVE 0x008 -#define SCAN_FLAG_IGNORE_LINE_DISTANCE 0x010 -#define SCAN_FLAG_DISABLE_LAMP 0x040 - #define SETREG(adr,val) { dev->reg.init_reg(adr, val); } namespace genesys {