summaryrefslogtreecommitdiff
path: root/include/lcd_console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lcd_console.h')
-rw-r--r--include/lcd_console.h3
1 files changed, 0 insertions, 3 deletions
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;