Skip to content

Commit 73752ff

Browse files
committed
Hotfix to re-add the prior static function fix for these functions that was accidentally removed.
1 parent 8b4b467 commit 73752ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Engine/source/platform/platformNet.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ struct Net
214214
static bool smMulticastEnabled;
215215
static bool smIpv4Enabled;
216216
static bool smIpv6Enabled;
217-
218-
static ConnectionNotifyEvent* smConnectionNotify;
219-
static ConnectionAcceptedEvent* smConnectionAccept;
220-
static ConnectionReceiveEvent* smConnectionReceive;
221-
static PacketReceiveEvent* smPacketReceive;
222217

223218
static bool init();
224219
static void shutdown();

0 commit comments

Comments
 (0)