mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
Kernel: Remove Process::gui_client_id().
This commit is contained in:
parent
f02a490230
commit
459cc23441
1 changed files with 0 additions and 2 deletions
|
@ -290,8 +290,6 @@ public:
|
|||
bool has_used_fpu() const { return m_has_used_fpu; }
|
||||
void set_has_used_fpu(bool b) { m_has_used_fpu = b; }
|
||||
|
||||
int gui_client_id() const { return (int)this; }
|
||||
|
||||
Region* allocate_region_with_vmo(LinearAddress, size_t, RetainPtr<VMObject>&&, size_t offset_in_vmo, String&& name, bool is_readable, bool is_writable);
|
||||
Region* allocate_file_backed_region(LinearAddress, size_t, RetainPtr<Inode>&&, String&& name, bool is_readable, bool is_writable);
|
||||
Region* allocate_region(LinearAddress, size_t, String&& name, bool is_readable = true, bool is_writable = true, bool commit = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue