diff options
Diffstat (limited to 'apps/plugins/lib/gray.h')
| -rw-r--r-- | apps/plugins/lib/gray.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h index 09ae73b..f100798 100644 --- a/apps/plugins/lib/gray.h +++ b/apps/plugins/lib/gray.h @@ -107,11 +107,7 @@ void gray_ub_scroll_down(int count); /*** Internal stuff ***/ -#if LCD_DEPTH == 1 #define _PBLOCK_EXP 3 -#elif LCD_DEPTH == 2 -#define _PBLOCK_EXP 2 -#endif #define _PBLOCK (1 << _PBLOCK_EXP) /* flag definitions */ |