Skip to content

Commit

Permalink
Merge pull request #1939 from Areloch/StaticNetFuncFix
Browse files Browse the repository at this point in the history
Hotfix to re-add the prior static function fix in platformNet
  • Loading branch information
Areloch authored Feb 1, 2017
2 parents 8b4b467 + 73752ff commit a987bb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Engine/source/platform/platformNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ struct Net
static bool smMulticastEnabled;
static bool smIpv4Enabled;
static bool smIpv6Enabled;

static ConnectionNotifyEvent* smConnectionNotify;
static ConnectionAcceptedEvent* smConnectionAccept;
static ConnectionReceiveEvent* smConnectionReceive;
static PacketReceiveEvent* smPacketReceive;

static bool init();
static void shutdown();
Expand Down

0 comments on commit a987bb9

Please sign in to comment.