diff options
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r-- | apps/gui/list.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index 19f0ccbbff..b716d8afd9 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -149,9 +149,6 @@ struct gui_synclist bool talk_menu; bool wraparound; bool scroll_paginated; - /* defines wether the list should stop when reaching the top/bottom - * or should continue (by going to bottom/top) */ - bool limit_scroll; /* whether the text of the whole items of the list have to be * scrolled or only for the selected item */ bool scroll_all; |