mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 00:55:06 +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
|
@ -37,7 +37,6 @@ public:
|
|||
|
||||
virtual int row_count(const ModelIndex& = ModelIndex()) const override;
|
||||
virtual int column_count(const ModelIndex& = ModelIndex()) const override;
|
||||
virtual String row_name(int) const override;
|
||||
virtual String column_name(int) const override;
|
||||
virtual Variant data(const ModelIndex&, Role = Role::Display) const override;
|
||||
virtual void update() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue