Преглед изворни кода

service/friend: Remove unused field

ReinUsesLisp пре 6 година
родитељ
комит
1dbd22e695
1 измењених фајлова са 0 додато и 1 уклоњено
  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{};