kconfig: qconf: remove unused ConfigItem::okRename()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 29 Aug 2020 08:14:09 +0000 (17:14 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 24 Sep 2020 15:37:13 +0000 (00:37 +0900)
Commit 76538660fb08 ("Port xconfig to Qt5 - Remove custom
ListView classes.") removed the original implementation, where
ConfigItem::okRename() overrode Q3ListViewItem::okRename().

Commit 59e564408f88 ("Port xconfig to Qt5 - Put back some of the
old implementation.") restored the empty stub, but it seems
useless.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h

index ae47693..bf6c918 100644 (file)
@@ -82,14 +82,6 @@ QIcon ConfigItem::choiceNoIcon;
 QIcon ConfigItem::menuIcon;
 QIcon ConfigItem::menubackIcon;
 
-/*
- * set the new data
- * TODO check the value
- */
-void ConfigItem::okRename(int col)
-{
-}
-
 /*
  * update the displayed of a menu entry
  */
index f97376a..d41670f 100644 (file)
@@ -131,7 +131,6 @@ public:
        }
        ~ConfigItem(void);
        void init(void);
-       void okRename(int col);
        void updateMenu(void);
        void testUpdateMenu(bool v);
        ConfigList* listView() const