diff --git a/scripts/native/gtac/client.js b/scripts/native/gtac/client.js index 08028334..16baf131 100644 --- a/scripts/native/gtac/client.js +++ b/scripts/native/gtac/client.js @@ -26,10 +26,4 @@ function receiveFromServer(eventName, handlerFunction) { addNetworkHandler(eventName, handlerFunction); } -// --------------------------------------------------------------------------- - -function listenFromServer(eventName, handlerFunction) { - addNetworkHandler(eventName, handlerFunction); -} - // --------------------------------------------------------------------------- \ No newline at end of file