diff options
Diffstat (limited to 'AK/Bitmap.h')
-rw-r--r-- | AK/Bitmap.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/AK/Bitmap.h b/AK/Bitmap.h index ff5ac5ef69..78a7735af9 100644 --- a/AK/Bitmap.h +++ b/AK/Bitmap.h @@ -35,11 +35,6 @@ public: return bitmap; } - static Bitmap must_create(size_t size, bool default_value) - { - return MUST(create(size, default_value)); - } - Bitmap() = default; Bitmap(u8* data, size_t size, bool is_owning = false) |