mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibGfx: Remove useless name from try_load_from_externally_owned_memory()
This commit is contained in:
parent
5d4ffd5580
commit
7080aac84f
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/7080aac84f Pull-request: https://github.com/SerenityOS/serenity/pull/16823 Reviewed-by: https://github.com/MacDue
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ struct XYZ {
|
|||
|
||||
class Profile : public RefCounted<Profile> {
|
||||
public:
|
||||
static ErrorOr<NonnullRefPtr<Profile>> try_load_from_externally_owned_memory(ReadonlyBytes bytes);
|
||||
static ErrorOr<NonnullRefPtr<Profile>> try_load_from_externally_owned_memory(ReadonlyBytes);
|
||||
|
||||
Version version() const { return m_version; }
|
||||
DeviceClass device_class() const { return m_device_class; }
|
||||
|
|
Loading…
Reference in a new issue