1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

LibWeb: Remove some unused functions from LayoutTable

This commit is contained in:
Andreas Kling 2020-06-14 19:06:02 +02:00
parent ec39f419e5
commit 63b1c8e882
2 changed files with 0 additions and 13 deletions

View file

@ -39,9 +39,6 @@ public:
virtual void layout(LayoutMode = LayoutMode::Default) override;
LayoutTableRow* first_row();
const LayoutTableRow* first_row() const;
private:
virtual bool is_table() const override { return true; }
virtual const char* class_name() const override { return "LayoutTable"; }