mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibDraw: Remove redundant Rect copy constructor
This commit is contained in:
parent
4a0fb34eb8
commit
cbdd65e4d9
Notes:
sideshowbarker
2024-07-19 10:36:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/cbdd65e4d93
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ public:
|
|||
, m_size(size)
|
||||
{
|
||||
}
|
||||
Rect(const Rect& other)
|
||||
: m_location(other.m_location)
|
||||
, m_size(other.m_size)
|
||||
{
|
||||
}
|
||||
|
||||
bool is_null() const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue