diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-19 14:00:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-04-19 14:01:20 -0400 |
commit | 57be62b1cac688652375e7f2123040698fa6e406 (patch) | |
tree | 9846a7441ca5a67a080340731329da3214db71d0 /config/example-extras.cfg | |
parent | 06846313fdd5a7c10cf5d9f67e38a9d96f2e3228 (diff) | |
download | kutter-57be62b1cac688652375e7f2123040698fa6e406.tar.gz kutter-57be62b1cac688652375e7f2123040698fa6e406.tar.xz kutter-57be62b1cac688652375e7f2123040698fa6e406.zip |
config: Remove obsolete description of menu_root in example-extras.cfg
Reported by @ld3300.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index fabb1c6f..bcc90fe3 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1781,11 +1781,6 @@ # [display_data] below for more information). The default is # _default_20x4 for hd44780 displays and _default_16x4 for other # displays. -#menu_root: -# Entry point for menu, root menu container name. If this parameter -# is not provided then default menu root is used. When provided -# menu entry is 'deck' type then it'll be initiated immediately at startup. -# Description of menu items is located in example-menu.cfg file. #menu_timeout: # Timeout for menu. Being inactive this amount of seconds will trigger # menu exit or return to root menu when having autorun enabled. |