2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

service/friend: Remove unused field

This commit is contained in:
ReinUsesLisp 2019-10-04 22:48:17 +00:00
parent 99db7d23dd
commit 1dbd22e695

View file

@ -237,7 +237,6 @@ private:
};
Common::UUID uuid;
bool is_event_created = false;
Kernel::EventPair notification_event;
std::queue<SizedNotificationInfo> notifications;
States states{};