mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
AK: Remove unused static member of Bitmap
This is a remnant of the Bitmap/BitmapView split.
This commit is contained in:
parent
7ba7668fbb
commit
b1982267b2
1 changed files with 0 additions and 2 deletions
|
@ -175,8 +175,6 @@ public:
|
|||
__builtin_memset(m_data, value ? 0xff : 0x00, size_in_bytes());
|
||||
}
|
||||
|
||||
static constexpr size_t max_size = 0xffffffff;
|
||||
|
||||
private:
|
||||
bool m_is_owning { true };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue