Преглед на файлове

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