Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: qconf: remove unnecessary setRootIsDecorated() call

The default value of the rootIsDecorated property is true.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-1
-1
scripts/kconfig/qconf.cc
··· 307 307 { 308 308 setObjectName(name); 309 309 setSortingEnabled(false); 310 - setRootIsDecorated(true); 311 310 312 311 setVerticalScrollMode(ScrollPerPixel); 313 312 setHorizontalScrollMode(ScrollPerPixel);