]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig/gconf: kill deadcode
authorArnaud Lacombe <lacombar@gmail.com>
Mon, 6 Jun 2011 03:32:07 +0000 (23:32 -0400)
committerArnaud Lacombe <lacombar@gmail.com>
Mon, 6 Jun 2011 19:32:22 +0000 (15:32 -0400)
commit4eee764f9888d0425883e9b5e8d1d3df4a98d549
tree4e3ed6d13eec532bc9b8cf9a2bb77f671bbf93e3
parent1a3e410d57c78d08c01229795bcc4b899322dfb3
kconfig/gconf: kill deadcode

The only call site of renderer_toggled() has been commented out since Apr. 2003,
as per Linus' Linux history repository:

 commit e7f67eb3c0570aa50c1cc0707b478a6d93bdc255
 Author: Roman Zippel <zippel@linux-m68k.org>
 Date:   Fri Apr 4 04:18:05 2003 -0800

    [PATCH] gconf update

    A gconf update by Romain Li<C3><A9>vin <roms@tilp.info>
    - fixed bug when double-clicking for changing value.
    - expand row when enabling a row with a submenu.
    - various bug fixes

As this result in a warning:

scripts/kconfig/gconf.c:891:13: warning: 'renderer_toggled' defined but not used

just nuke that code.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/kconfig/gconf.c