Skip to content

Commit

Permalink
kconfig: qconf: remove unused colNr
Browse files Browse the repository at this point in the history
This is not used at all.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Aug 18, 2020
1 parent 7d1300e commit 66c262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/qconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ConfigSettings : public QSettings {
};

enum colIdx {
promptColIdx, nameColIdx, noColIdx, modColIdx, yesColIdx, dataColIdx, colNr
promptColIdx, nameColIdx, noColIdx, modColIdx, yesColIdx, dataColIdx
};
enum listMode {
singleMode, menuMode, symbolMode, fullMode, listMode
Expand Down

0 comments on commit 66c262b

Please sign in to comment.