mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibGfx: Remove useless name from try_load_from_externally_owned_memory()
This commit is contained in:
parent
5d4ffd5580
commit
7080aac84f
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…
Add table
Add a link
Reference in a new issue