mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +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> {
|
class Profile : public RefCounted<Profile> {
|
||||||
public:
|
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; }
|
Version version() const { return m_version; }
|
||||||
DeviceClass device_class() const { return m_device_class; }
|
DeviceClass device_class() const { return m_device_class; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue