|
@@ -340,7 +340,6 @@ public:
|
|
int sys$shbuf_set_volatile(int shbuf_id, bool);
|
|
int sys$shbuf_set_volatile(int shbuf_id, bool);
|
|
int sys$halt();
|
|
int sys$halt();
|
|
int sys$reboot();
|
|
int sys$reboot();
|
|
- int sys$set_process_icon(int icon_id);
|
|
|
|
int sys$realpath(Userspace<const Syscall::SC_realpath_params*>);
|
|
int sys$realpath(Userspace<const Syscall::SC_realpath_params*>);
|
|
ssize_t sys$getrandom(Userspace<void*>, size_t, unsigned int);
|
|
ssize_t sys$getrandom(Userspace<void*>, size_t, unsigned int);
|
|
int sys$setkeymap(Userspace<const Syscall::SC_setkeymap_params*>);
|
|
int sys$setkeymap(Userspace<const Syscall::SC_setkeymap_params*>);
|
|
@@ -457,11 +456,6 @@ public:
|
|
return m_big_lock;
|
|
return m_big_lock;
|
|
}
|
|
}
|
|
|
|
|
|
- int icon_id() const
|
|
|
|
- {
|
|
|
|
- return m_icon_id;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
u32 priority_boost() const
|
|
u32 priority_boost() const
|
|
{
|
|
{
|
|
return m_priority_boost;
|
|
return m_priority_boost;
|
|
@@ -630,8 +624,6 @@ private:
|
|
|
|
|
|
RefPtr<Timer> m_alarm_timer;
|
|
RefPtr<Timer> m_alarm_timer;
|
|
|
|
|
|
- int m_icon_id { -1 };
|
|
|
|
-
|
|
|
|
u32 m_priority_boost { 0 };
|
|
u32 m_priority_boost { 0 };
|
|
|
|
|
|
u32 m_promises { 0 };
|
|
u32 m_promises { 0 };
|