Explorar el Código

service/friend: Remove unused field

ReinUsesLisp hace 6 años
padre
commit
1dbd22e695
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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{};