mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
kconfig: qconf: remove unused ConfigItem::okRename()
Commit76538660fb
("Port xconfig to Qt5 - Remove custom ListView classes.") removed the original implementation, where ConfigItem::okRename() overrode Q3ListViewItem::okRename(). Commit59e564408f
("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>
This commit is contained in:
parent
1fb752416f
commit
6a14304153
2 changed files with 0 additions and 9 deletions
|
@ -82,14 +82,6 @@ QIcon ConfigItem::choiceNoIcon;
|
||||||
QIcon ConfigItem::menuIcon;
|
QIcon ConfigItem::menuIcon;
|
||||||
QIcon ConfigItem::menubackIcon;
|
QIcon ConfigItem::menubackIcon;
|
||||||
|
|
||||||
/*
|
|
||||||
* set the new data
|
|
||||||
* TODO check the value
|
|
||||||
*/
|
|
||||||
void ConfigItem::okRename(int col)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* update the displayed of a menu entry
|
* update the displayed of a menu entry
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -131,7 +131,6 @@ public:
|
||||||
}
|
}
|
||||||
~ConfigItem(void);
|
~ConfigItem(void);
|
||||||
void init(void);
|
void init(void);
|
||||||
void okRename(int col);
|
|
||||||
void updateMenu(void);
|
void updateMenu(void);
|
||||||
void testUpdateMenu(bool v);
|
void testUpdateMenu(bool v);
|
||||||
ConfigList* listView() const
|
ConfigList* listView() const
|
||||||
|
|
Loading…
Add table
Reference in a new issue