Преглед изворни кода

Remove declaration of onConnectedServerRegion from PsiphonTunnel.h

Note: this declaration should be added in another branch
Eugene Fryntov пре 1 година
родитељ
комит
3b3d8c4e64
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      MobileLibrary/iOS/PsiphonTunnel/PsiphonTunnel/PsiphonTunnel.h

+ 0 - 6
MobileLibrary/iOS/PsiphonTunnel/PsiphonTunnel/PsiphonTunnel.h

@@ -319,12 +319,6 @@ WWAN or vice versa or VPN state changed
               connectedClients:(int)connectedClients
               connectedClients:(int)connectedClients
                        bytesUp:(long)bytesUp
                        bytesUp:(long)bytesUp
                      bytesDown:(long)bytesDown;
                      bytesDown:(long)bytesDown;
-
-/*!
- Called when tunnel-core reports connected server region information
- @param region The server region received.
- */
-- (void)onConnectedServerRegion:(NSString * _Nonnull)region;
 @end
 @end
 
 
 /*!
 /*!