Explorar o código

Merge pull request #1939 from Areloch/StaticNetFuncFix

Hotfix to re-add the prior static function fix in platformNet
Areloch %!s(int64=8) %!d(string=hai) anos
pai
achega
a987bb9523
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      Engine/source/platform/platformNet.h

+ 0 - 5
Engine/source/platform/platformNet.h

@@ -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();