Browse Source

service/friend: Remove unused field

pull/15/merge
ReinUsesLisp 6 years ago
parent
commit
1dbd22e695
  1. 1
      src/core/hle/service/friend/friend.cpp

1
src/core/hle/service/friend/friend.cpp

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

Loading…
Cancel
Save