mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
service/friend: Remove unused field
This commit is contained in:
parent
bd6ddbd3db
commit
a0856d1280
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
Common::UUID uuid;
|
Common::UUID uuid;
|
||||||
bool is_event_created = false;
|
|
||||||
Kernel::EventPair notification_event;
|
Kernel::EventPair notification_event;
|
||||||
std::queue<SizedNotificationInfo> notifications;
|
std::queue<SizedNotificationInfo> notifications;
|
||||||
States states{};
|
States states{};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue