X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flcd_console.h;h=eac227f498d68df1bef0d5650aaabc3724a49e33;hb=79c584e5595458d58dc1cf47172abcb3748574f4;hp=2e0f56f9903a24259c18b58e151206cd02fda941;hpb=b939689c7b87773c44275a578ffc8674a867e39d;p=oweals%2Fu-boot.git diff --git a/include/lcd_console.h b/include/lcd_console.h index 2e0f56f990..eac227f498 100644 --- a/include/lcd_console.h +++ b/include/lcd_console.h @@ -5,9 +5,6 @@ */ /* By default we scroll by a single line */ -#ifndef CONFIG_CONSOLE_SCROLL_LINES -#define CONFIG_CONSOLE_SCROLL_LINES 1 -#endif struct console_t { short curr_col, curr_row;