mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 03:44:58 +00:00
LibGUI: Remove Model::row_name() since nothing used it
This commit is contained in:
parent
278b307713
commit
248f2d5cf5
3 changed files with 0 additions and 7 deletions
|
@ -64,11 +64,6 @@ ModelIndex SortingProxyModel::map_to_target(const ModelIndex& index) const
|
|||
return target().index(m_row_mappings[index.row()], index.column());
|
||||
}
|
||||
|
||||
String SortingProxyModel::row_name(int index) const
|
||||
{
|
||||
return target().row_name(index);
|
||||
}
|
||||
|
||||
String SortingProxyModel::column_name(int index) const
|
||||
{
|
||||
return target().column_name(index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue