From 481af24ca7b41d80d7e3a76ec0fefa7b9ab339cf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Dec 2024 18:48:19 +0300 Subject: added notification service --- .../src/protobuf-c/steammessages_notifications.steamclient.pb-c.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'protocols/Steam/src/protobuf-c') diff --git a/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h b/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h index e6838858ec..583e617686 100644 --- a/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h +++ b/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h @@ -70,14 +70,6 @@ extern const ProtobufCServiceDescriptor steam_notification_client__descriptor; extern "C" void message_init_generic(const ProtobufCMessageDescriptor * desc, ProtobufCMessage * message); -struct ProtobufCppMessage : public ProtobufCMessage -{ - ProtobufCppMessage(const ProtobufCMessageDescriptor &descr) - { - message_init_generic(&descr, this); - } -}; - struct SteamNotificationData : public ProtobufCppMessage { SteamNotificationData() : -- cgit v1.2.3