Browse Source

service/friend: Remove unused field

ReinUsesLisp 6 năm trước cách đây
mục cha
commit
1dbd22e695
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/core/hle/service/friend/friend.cpp

+ 0 - 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{};