mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-18 00:34:23 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/b1982267b27 Pull-request: https://github.com/SerenityOS/serenity/pull/11121
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…
Reference in a new issue