Skip to content

Commit e012d82

Browse files
committed
menuconfig: remove unused global variable
_menu_scroll is declared as global but never used in _jump_to. Removing the unnecessary declaration. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1e6f644 commit e012d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

menuconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,6 @@ def _jump_to(node):
11481148
global _cur_menu
11491149
global _shown
11501150
global _sel_node_i
1151-
global _menu_scroll
11521151
global _show_all
11531152
global _parent_screen_rows
11541153

0 commit comments

Comments
 (0)